interface-forge - v2.5.0
    Preparing search index...
    interface $ZodFunctionDef<
        In extends $ZodFunctionIn = $ZodFunctionIn,
        Out extends $ZodFunctionOut = $ZodFunctionOut,
    > {
        input: In;
        output: Out;
        type: "function";
    }

    Type Parameters

    Index

    Properties

    Properties

    input: In
    output: Out
    type: "function"