mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
Merge pull request #1579 from kant2002/master
Update declaration of the Device interface
This commit is contained in:
Vendored
+1
@@ -257,6 +257,7 @@ interface Contacts {
|
||||
}
|
||||
|
||||
interface Device {
|
||||
available: boolean;
|
||||
name: string;
|
||||
cordova: string;
|
||||
platform: string;
|
||||
|
||||
Reference in New Issue
Block a user