Integration App SDK - v1.14.0
    Preparing search index...

    Type Alias OutputTypeOfTupleWithRest<T, Rest>

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

    Type Parameters