The Standard Schema types interface.
Provides TypeScript type information for schemas that support type inference.
The input type of the schema
The output type of the schema
Readonly
The input type of the schema.
The type of values that can be passed to the validate function.
The output type of the schema.
The type of values produced after successful validation.
The Standard Schema types interface.
Provides TypeScript type information for schemas that support type inference.