export type AnyObject = Record; export type Primitive = string | number | boolean;