Skip to content

Documentation / @super-line/core / ClientInput

Type Alias: ClientInput<T>

ClientInput<T> = T extends RequestDef ? InferIn<T["input"]> : never

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

The input type a client passes for a request (pre-validation).

Type Parameters

T

T

Released under the MIT License.