MCPcopy
hub / github.com/gitify-app/gitify / IKeyboardShortcutResult

Interface IKeyboardShortcutResult

src/shared/events.ts:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45/** Result of applying the global open/close Gitify shortcut in the main process. */
46export interface IKeyboardShortcutResult {
47 success: boolean;
48}
49
50/** Payload for the `OPEN_EXTERNAL` event. */
51export interface IOpenExternal {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected