Zodiac API Documentation - v0.0.3
    Preparing search index...

    Interface ZodBigIntDef

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

    Hierarchy (View Summary)

    Index

    Properties

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