diff --git a/cordova/plugins/Device.d.ts b/cordova/plugins/Device.d.ts index 283406cb9d..a25c1aadc8 100644 --- a/cordova/plugins/Device.d.ts +++ b/cordova/plugins/Device.d.ts @@ -24,6 +24,8 @@ interface Device { uuid: string; /** Get the operating system version. */ version: string; + /** Get the device's manufacturer. */ + manufacturer: string; } declare var device: Device; \ No newline at end of file