Outputs

typealias Outputs = Tuple<Output<*, *>>(source)

Fixed-arity tuple of response variants.

The typed tuple keeps the exact header and body shape of each output available to generators even after multiple .output(...) calls have been chained together.