type Anything export type Anything = string | number | Array<string | number> | JSONObject | JSONArray;