Skip to content

Type Alias: KyooPrimitive

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

Defines the union of all serializable primitive types.