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
readonlyinput:Input
The input type of the schema.
output
readonlyoutput:Output
The output type of the schema.