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

    Type Alias $InferTupleInputType<T, Rest>

    $InferTupleInputType: [
        ...TupleInputTypeWithOptionals<T>,
        ...(Rest extends SomeType ? input<Rest>[] : []),
    ]

    Type Parameters