IActions: {
    [key: IKey]: IAction | Iterable<IAction>;
}

Type declaration