UNPKG

294 BTypeScriptView Raw
1type DeviceData = {
2 deviceId: string | undefined;
3 readableName: string;
4 connected: boolean;
5 type: 'emulator' | 'phone';
6};
7declare function listAndroidDevices(): Promise<DeviceData | undefined>;
8export default listAndroidDevices;
9//# sourceMappingURL=listAndroidDevices.d.ts.map
\No newline at end of file