mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Merge pull request #7005 from Ritzlgrmft/master
Additional properties added
This commit is contained in:
5
cordova/plugins/Device.d.ts
vendored
5
cordova/plugins/Device.d.ts
vendored
@@ -26,6 +26,9 @@ interface Device {
|
||||
version: string;
|
||||
/** Get the device's manufacturer. */
|
||||
manufacturer: string;
|
||||
}
|
||||
/** Whether the device is running on a simulator. */
|
||||
isVirtual: boolean;
|
||||
/** Get the device hardware serial number. */
|
||||
serial: string;}
|
||||
|
||||
declare var device: Device;
|
||||
Reference in New Issue
Block a user