export interface CommandOptionFormatted { label: string; value: string; disabled: boolean; selected: boolean; separator: boolean; item: any | null; }