Type alias IndexedObject

IndexedObject: Object & {
    [key: string]: any;
}