| 6 | export type EnginePreference = 'api' | 'browser'; |
| 7 | |
| 8 | export interface NotifyConfig { |
| 9 | enabled?: boolean; |
| 10 | sound?: boolean; |
| 11 | muteIn?: Array<'CI' | 'SSH'>; |
| 12 | } |
| 13 | |
| 14 | export interface BrowserConfigDefaults { |
| 15 | chromeProfile?: string | null; |
nothing calls this directly
no outgoing calls
no test coverage detected