| 9 | import { validatePackageName, validateLocale } from "./utils"; |
| 10 | |
| 11 | export interface Simulator { |
| 12 | name: string; |
| 13 | uuid: string; |
| 14 | state: string; |
| 15 | } |
| 16 | |
| 17 | interface AppInfo { |
| 18 | ApplicationType: string; |
nothing calls this directly
no outgoing calls
no test coverage detected