Interface JSONObject

interface JSONObject {
    [name: string]: JSONValue;
}

Indexable

[name: string]: JSONValue