| 38 | |
| 39 | /** Payload for the `UPDATE_KEYBOARD_SHORTCUT` event. */ |
| 40 | export interface IKeyboardShortcut { |
| 41 | enabled: boolean; |
| 42 | keyboardShortcut: string; |
| 43 | } |
| 44 | |
| 45 | /** Result of applying the global open/close Gitify shortcut in the main process. */ |
| 46 | export interface IKeyboardShortcutResult { |
nothing calls this directly
no outgoing calls
no test coverage detected