@rendley/sdk - v1.12.6
    Preparing search index...

    Interface ZodBigIntDef

    interface ZodBigIntDef {
        checks: Zod.ZodBigIntCheck[];
        coerce: boolean;
        description?: string;
        errorMap?: Zod.ZodErrorMap;
        typeName: ZodBigInt;
    }

    Hierarchy (View Summary)

    Index

    Properties

    coerce: boolean
    description?: string
    errorMap?: Zod.ZodErrorMap
    typeName: ZodBigInt