Skip to content

SchemaToken

type SchemaToken<T> = intersection

Represents a type T that can be parsed from JSON input.

Intentionally not a constructor: schema tokens cannot be extended. Use model when an extendable DTO base class is required.

Learn: Schema

Last updated: