I
StandardSchemaTypes
The inferred input/output types of a schema.
Signature
ts
interface StandardSchemaTypes<Input = unknown, Output = Input>Type Parameters
Input= unknownOutput= InputProperties
| Property | Type | Description |
|---|---|---|
inputreadonly | Input | The input type accepted by the schema. |
outputreadonly | Output | The output type produced by the schema. |