Skip to content

Documentation / @super-line/core / ServerInput

Type Alias: ServerInput<T>

ServerInput<T> = T extends RequestDef ? InferOut<T["input"]> : never

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

The input type a server handler receives for a request (post-validation).

Type Parameters

T

T

Released under the MIT License.