BUPKIS
    Preparing search index...

    Interface $ZodFunctionDef<In, Out>

    interface $ZodFunctionDef<
        In extends $ZodFunctionIn = $ZodFunctionIn,
        Out extends $ZodFunctionOut = $ZodFunctionOut,
    > {
        checks?: z.core.$ZodCheck<never>[];
        error?: $ZodErrorMap<never>;
        input: In;
        output: Out;
        type: "function";
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    checks?: z.core.$ZodCheck<never>[]
    error?: $ZodErrorMap<never>
    input: In
    output: Out
    type: "function"