Interface ZodBigIntDef

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

Hierarchy (view full)

Properties

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

Generated using TypeDoc