interface ShortcutListItem {
    combos: string[];
    command: string;
    isCustom: boolean;
    isDisabled: boolean;
    label: string;
}

Properties

combos: string[]
command: string
isCustom: boolean
isDisabled: boolean
label: string