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

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

Indexable

[key: string]: any

Generated using TypeDoc