type alias OutputTypeOfTupleWithRestimport { type OutputTypeOfTupleWithRest } from "https://deno.land/x/zod@v3.17.3/index.ts"; Type ParametersT extends ZodTupleItems | []optionalRest extends ZodTypeAny | null = nulldefinition: Rest extends ZodTypeAny ? [...OutputTypeOfTuple<T>, ...Rest["_output"][]] : OutputTypeOfTuple<T>