mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-07 06:28:26 +08: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:
1
phonegap/phonegap.d.ts
vendored
1
phonegap/phonegap.d.ts
vendored
@@ -257,6 +257,7 @@ interface Contacts {
|
||||
}
|
||||
|
||||
interface Device {
|
||||
available: boolean;
|
||||
name: string;
|
||||
cordova: string;
|
||||
platform: string;
|
||||
|
||||
Reference in New Issue
Block a user