API reference / @evolu/common / Type / StandardSchemaV1
StandardSchemaV1
Interfaces
| Interface | Description |
|---|---|
| FailureResult | The result interface if validation fails. |
| Issue | The issue interface of the failure output. |
| PathSegment | The path segment interface of the issue. |
| Props | The Standard Schema properties interface. |
| SuccessResult | The result interface if validation succeeds. |
| Types | The Standard Schema types interface. |
Type Aliases
| Type Alias | Description |
|---|---|
| InferInput | Infers the input type of a Standard Schema. |
| InferOutput | Infers the output type of a Standard Schema. |
| Result | The result interface of the validate function. |