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

    Type Alias OutputTypeOfTupleWithRest<T, Rest>

    OutputTypeOfTupleWithRest: Rest extends Zod.ZodTypeAny
        ? [...Zod.OutputTypeOfTuple<T>, ...Rest["_output"][]]
        : Zod.OutputTypeOfTuple<T>

    Type Parameters