type SchemaToken<T> = intersection
Represents a type T that can be parsed from JSON input.
T
Intentionally not a constructor: schema tokens cannot be extended. Use model when an extendable DTO base class is required.
Learn: Schema