bupkis
    Preparing search index...

    Interface $ZodFunctionParams<I, O>

    interface $ZodFunctionParams<
        I extends $ZodFunctionIn,
        O extends z.core.$ZodType,
    > {
        input?: I;
        output?: O;
    }

    Type Parameters

    Index

    Properties

    Properties

    input?: I
    output?: O