bupkis
    Preparing search index...

    Type Alias $InferTupleOutputType<T, Rest>

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

    Type Parameters