export type JSONValue = | string | number | boolean | null | JSONValue[] | { [key: string]: JSONValue };