Skip to content

True Myth / standard-schema / StandardSchemaV1 / Types

Interface: Types<Input, Output>

The Standard Schema types interface.

Type Parameters

Input

Input = unknown

Output

Output = Input

Properties

input

readonly input: Input

The input type of the schema.


output

readonly output: Output

The output type of the schema.