| 44 | |
| 45 | /** Result of applying the global open/close Gitify shortcut in the main process. */ |
| 46 | export interface IKeyboardShortcutResult { |
| 47 | success: boolean; |
| 48 | } |
| 49 | |
| 50 | /** Payload for the `OPEN_EXTERNAL` event. */ |
| 51 | export interface IOpenExternal { |
nothing calls this directly
no outgoing calls
no test coverage detected