API reference › @evolu/common › Types › Literal
type Literal = string | number | bigint | boolean | undefined | null;
Defined in: packages/common/src/Types.ts:153
String, number, bigint, boolean, undefined, null
https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#literal-types