Skip to content

Documentation / @super-line/core / InferOut

Type Alias: InferOut<S>

InferOut<S> = StandardSchemaV1.InferOutput<S>

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

Infer a schema's output type (the validated result).

Type Parameters

S

S extends Schema

Released under the MIT License.