interface HotkeyConfiguration {
    description: string;
    keyCombo: string;
}

Properties

description: string
keyCombo: string