Skip to content

Documentation / @super-line/core / InferIn

Type Alias: InferIn<S>

InferIn<S> = StandardSchemaV1.InferInput<S>

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

Infer a schema's input type (what you pass into the validator).

Type Parameters

S

S extends Schema

Released under the MIT License.