export interface CommandOptionDto { label: string; value: string; disabled?: boolean; separator?: boolean; item?: any; }