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

Hierarchy (View Summary)

Properties

checks: z.ZodBigIntCheck[]
coerce: boolean
description?: string
errorMap?: z.ZodErrorMap
typeName: ZodBigInt