import { NgxBootstrapTreeviewContextMenuActions } from './ngx-bootstrap-treeview-context-menu-actions.model'; export interface NgxBootstrapTreeviewContextMenus { leafMenu?: NgxBootstrapTreeviewContextMenuActions; branchMenu?: NgxBootstrapTreeviewContextMenuActions; rootMenu?: NgxBootstrapTreeviewContextMenuActions; }