(ids: string[])
| 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>; |
| 40 | resetDevFixes(type: DevFixType): void; |
no outgoing calls
no test coverage detected