Type alias IObject

IObject: {
    [key: IKey]: any;
}

Type declaration