Integration App SDK - v0.2.0
    Preparing search index...

    Type Alias OutputTypeOfTupleWithRest<T, Rest>

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

    Type Parameters