bupkis
    Preparing search index...

    Interface $ZodConfig

    interface $ZodConfig {
        customError?: $ZodErrorMap<$ZodIssue>;
        localeError?: $ZodErrorMap<$ZodIssue>;
        jitless?: boolean;
    }
    Index

    Properties

    customError?: $ZodErrorMap<$ZodIssue>

    Custom error map. Overrides config().localeError.

    localeError?: $ZodErrorMap<$ZodIssue>

    Localized error map. Lowest priority.

    jitless?: boolean

    Disable JIT schema compilation. Useful in environments that disallow eval.