API reference › @evolu/common › Type › StandardSchemaV1 › Types
Defined in: packages/common/src/Type.ts:4929
The Standard Schema types interface.
Properties
input
readonly input: Input;
Defined in: packages/common/src/Type.ts:4931
The input type of the schema.
output
readonly output: Output;
Defined in: packages/common/src/Type.ts:4933
The output type of the schema.