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

    Interface $ZodCheckNumberFormatDef

    interface $ZodCheckNumberFormatDef {
        abort?: boolean;
        check: "number_format";
        error?: $ZodErrorMap<never>;
        format: $ZodNumberFormats;
    }

    Hierarchy (View Summary)

    Index

    Properties

    abort?: boolean

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

    check: "number_format"
    error?: $ZodErrorMap<never>