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

    Interface ParseContext<T>

    interface ParseContext<T extends $ZodIssueBase = never> {
        error?: $ZodErrorMap<T>;
        jitless?: boolean;
        reportInput?: boolean;
    }

    Type Parameters

    Index

    Properties

    error?: $ZodErrorMap<T>

    Customize error messages.

    jitless?: boolean

    Skip eval-based fast path. Default false.

    reportInput?: boolean

    Include the input field in issue objects. Default false.