Type alias OutputTypeOfTupleWithRest<T, Rest>

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

Type Parameters

Generated using TypeDoc