export interface DropdownItemProxyData { label: string; command: string | number; disabled: boolean; divided: boolean; }