mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Update declaration of the Device interface
The current version of interface for Device plugin is contains property available. See in the current version. https://github.com/apache/cordova-plugin-device/blob/master/www/device.js
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