R
I

StandardSchemaTypes

The inferred input/output types of a schema.

Signature

ts
interface StandardSchemaTypes<Input = unknown, Output = Input>

Type Parameters

Input= unknown
Output= Input

Properties

PropertyTypeDescription
inputreadonlyInputThe input type accepted by the schema.
outputreadonlyOutputThe output type produced by the schema.