Skip to content

Documentation / @super-line/core / Output

Type Alias: Output<T>

Output<T> = T extends RequestDef ? InferOut<T["output"]> : never

Defined in: packages/core/src/contract.ts:151

The reply type of a request (server returns / client receives).

Type Parameters

T

T

Released under the MIT License.