| 16 | export const CONFIG_FILE_NAME = GLOBAL_CONFIG_FILE_NAME; |
| 17 | |
| 18 | export interface TelemetryConfig { |
| 19 | anonymousId?: string; |
| 20 | noticeSeen?: boolean; |
| 21 | } |
| 22 | |
| 23 | export interface GlobalConfig { |
| 24 | telemetry?: TelemetryConfig; |
nothing calls this directly
no outgoing calls
no test coverage detected