PrimitiveTreeA tree of primitive values used to serialize annotations to JSON.
Tree
Source effect/SchemaRepresentation.ts:7481 lines
export type type PrimitiveTree = Schema.Tree<
| string
| number
| bigint
| boolean
| symbol
| null
>
A tree of primitive values used to serialize annotations to JSON.
PrimitiveTree = import SchemaSchema.type Schema.Tree = /*unresolved*/ anyTree<null | number | boolean | bigint | symbol | string>Referenced by 1 symbols