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