Skip to main content

JSONObject type

JSON object

Signature:

export type JSONObject = {
[x: string]: JSONValue;
};