The Schema type is the basic building block of TypeRun. It represents the runtime validation of a data unit.
Schema
The TypeScript type matching the type that is validated at runtime by the schema.
The validate function takes an unknown input and validates it against its reference type R.
validate
R
The
Schema
type is the basic building block of TypeRun. It represents the runtime validation of a data unit.