Appearance
type EncodablePrimitive = string | number | boolean | bigint | null | undefined;
Defines the union of all encodable primitive types.