API reference / @evolu/common / Type / StandardSchemaV1 / Types
Interface: Types<Input, Output>
Defined in: packages/common/src/Type.ts:4267
The Standard Schema types interface.
Type Parameters
| Type Parameter | Default type |
|---|---|
Input | unknown |
Output | Input |
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
input | readonly | Input | The input type of the schema. | packages/common/src/Type.ts:4269 |
output | readonly | Output | The output type of the schema. | packages/common/src/Type.ts:4271 |