LiteralValueThe set of primitive types that can appear as a Literal value.
modelsLiteral
Source effect/SchemaAST.ts:12171 lines
export type type LiteralValue =
| string
| number
| bigint
| boolean
The set of primitive types that can appear as a
Literal
value.
LiteralValue = string | number | boolean | bigintReferenced by 10 symbols