A standard JS object, defined to avoid the limitations of Object and object

interface JSONObject {
    [key: string]: any;
}

Indexable

[key: string]: any