rulvar API reference / @rulvar/core / StandardSchemaV1
Interface: StandardSchemaV1<Input, Output>
Defined in: packages/core/src/vendor/standard-schema.d.ts:42
The Standard Schema interface.
Type Parameters
| Type Parameter | Default type |
|---|---|
Input | unknown |
Output | Input |
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
~standard | readonly | Props<Input, Output> | The Standard Schema properties. | packages/core/src/vendor/standard-schema.d.ts:44 |