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

Interface IAutoLaunch

src/shared/events.ts:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33/** Payload for the `UPDATE_AUTO_LAUNCH` event. */
34export interface IAutoLaunch {
35 openAtLogin: boolean;
36 openAsHidden: boolean;
37}
38
39/** Payload for the `UPDATE_KEYBOARD_SHORTCUT` event. */
40export interface IKeyboardShortcut {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected