Interface PropertiesJson

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

Indexable

[key: string]: any