Skip to content

OpaqueSchemaToken

type OpaqueSchemaToken = unknown

Runtime token representing a schema, with its value type erased.

Used wherever a schema’s identity is needed but not its output type, for example by the compiled serializer and JSON Schema exporter.

Last updated: