Types
Defined in: packages/input/src/standard-schema.ts:59
The Standard Schema types interface.
Type Parameters
Section titled “Type Parameters”Input = unknown
Output
Section titled “Output”Output = Input
Properties
Section titled “Properties”
readonlyinput:Input
Defined in: packages/input/src/standard-schema.ts:61
The input type of the schema.
output
Section titled “output”
readonlyoutput:Output
Defined in: packages/input/src/standard-schema.ts:63
The output type of the schema.