import { ActionItemConfig } from "./action-item-config.model"; export interface ActionBarConfig { actions: Array; }