/** * The native primitive objects except null or undefined */ export type Primitive = string | boolean | number | symbol; // null | undefined