Genkit JS API reference
    Preparing search index...

    Interface ZodBigIntDef

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

    Hierarchy (View Summary)

    Index

    Properties

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