()
| 19 | readonly lastFetchStatus: 'success' | 'failure' | 'no_fetch_yet' | 'throttled'; |
| 20 | settings: IConfigSettings; |
| 21 | activate(): Promise<boolean>; |
| 22 | ensureInitialized(): Promise<void>; |
| 23 | fetch(expirationDurationSeconds?: undefined | number): Promise<void>; |
| 24 | fetchAndActivate(): Promise<boolean>; |
no outgoing calls
no test coverage detected