| 14 | import { logger } from './ui/logger'; |
| 15 | |
| 16 | interface Settings { |
| 17 | onboardingCompleted: boolean |
| 18 | machineId?: string |
| 19 | } |
| 20 | |
| 21 | const defaultSettings: Settings = { |
| 22 | onboardingCompleted: false, |
nothing calls this directly
no outgoing calls
no test coverage detected