Membrane React - v0.6.0
    Preparing search index...

    Interface $ZodCatchDef<T>

    interface $ZodCatchDef<T extends SomeType = $ZodType> {
        error?: $ZodErrorMap<never>;
        checks?: $ZodCheck<never>[];
        type: "catch";
        innerType: T;
        catchValue: (ctx: $ZodCatchCtx) => unknown;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    error?: $ZodErrorMap<never>
    checks?: $ZodCheck<never>[]
    type: "catch"
    innerType: T
    catchValue: (ctx: $ZodCatchCtx) => unknown