Skip to content

Type Alias: EncodablePrimitive

ts
type EncodablePrimitive = string | number | boolean | bigint | null | undefined;

Defines the union of all encodable primitive types.