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