bupkis
    Preparing search index...

    Type Alias $InferTupleInputType<T, Rest>

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

    Type Parameters