API reference / @evolu/common / Type / StandardSchemaV1

StandardSchemaV1

Interfaces

InterfaceDescription
FailureResultThe result interface if validation fails.
IssueThe issue interface of the failure output.
PathSegmentThe path segment interface of the issue.
PropsThe Standard Schema properties interface.
SuccessResultThe result interface if validation succeeds.
TypesThe Standard Schema types interface.

Type Aliases

Type AliasDescription
InferInputInfers the input type of a Standard Schema.
InferOutputInfers the output type of a Standard Schema.
ResultThe result interface of the validate function.

Was this page helpful?