You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
//todo: plamen5kov: this is a duplicate of an interface (IEmulatorInfo) fix after 3.0-RC nativescript-cli/lib/definitions/emulator-platform-service.d.ts
615
-
interfaceIEmulatorInfo{
608
+
interfaceIEmulatorInfoextendsIPlatform{
616
609
name: string;
617
610
version: string;
618
-
platform: string;
619
611
id: string;
620
612
type: string;
621
613
isRunning?: boolean;
@@ -756,12 +748,7 @@ declare module Mobile {
756
748
/**
757
749
* Describes basic information about application on device.
0 commit comments