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

    Interface $ZodCheckDef

    interface $ZodCheckDef {
        abort?: boolean;
        check: string;
        error?: $ZodErrorMap<never>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    abort?: boolean

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

    check: string
    error?: $ZodErrorMap<never>