export type Primitive = string | number | boolean | bigint | symbol | undefined | null;
