(ids: string[])
| 34 | setShortcut(command: string, shortcut: string): Promise<string | null>; |
| 35 | toggleActiveTab(): void; |
| 36 | markNewsAsRead(ids: string[]): void; |
| 37 | markNewsAsDisplayed(ids: string[]): void; |
| 38 | loadConfig(options: {local: boolean}): void; |
| 39 | applyDevFixes(type: DevFixType, text: string): Promise<void>; |
no outgoing calls
no test coverage detected