mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
ref(device-orientation): add missing type
This commit is contained in:
parent
f11be24f74
commit
8d2681a9fc
@ -22,7 +22,7 @@ export interface DeviceOrientationCompassHeading {
|
||||
/**
|
||||
* The time at which this heading was determined. (DOMTimeStamp)
|
||||
*/
|
||||
timestamp: any;
|
||||
timestamp: number;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user