interface-forge - v2.5.0
    Preparing search index...

    Interface $ZodCheckBigIntFormatDef

    interface $ZodCheckBigIntFormatDef {
        abort?: boolean;
        check: "bigint_format";
        error?: $ZodErrorMap<never>;
        format: undefined | $ZodBigIntFormats;
    }

    Hierarchy (View Summary)

    Index

    Properties

    abort?: boolean

    If true, no later checks will be executed if this check fails. Default false.

    check: "bigint_format"
    error?: $ZodErrorMap<never>
    format: undefined | $ZodBigIntFormats