@rendley/sdk - v1.12.6
    Preparing search index...

    Type Alias InputTypeOfTupleWithRest<T, Rest>

    InputTypeOfTupleWithRest: Rest extends Zod.ZodTypeAny
        ? [...Zod.InputTypeOfTuple<T>, ...Rest["_input"][]]
        : Zod.InputTypeOfTuple<T>

    Type Parameters