type JSONObject

export type JSONObject = { [key: string]: JSONValue | undefined };