interface-forge - v2.5.0
    Preparing search index...

    Type Alias $InferTupleOutputType<T, Rest>

    $InferTupleOutputType: [
        ...TupleOutputTypeWithOptionals<T>,
        ...(Rest extends SomeType ? output<Rest>[] : []),
    ]

    Type Parameters