Primitive types union
type P = Primitive; // string | number | boolean | symbol | null | undefined Copy
type P = Primitive; // string | number | boolean | symbol | null | undefined
Primitive types union