import { IAction } from '../widgets/utils'; export interface IActionsProvider { getActions: (context: any) => IAction[]; }