Type alias IndexedObject

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

Type declaration

  • [key: string]: any