forked from github/awesome-cordova-plugins
ref(device-orientation): add missing type
This commit is contained in:
@@ -22,7 +22,7 @@ export interface DeviceOrientationCompassHeading {
|
||||
/**
|
||||
* The time at which this heading was determined. (DOMTimeStamp)
|
||||
*/
|
||||
timestamp: any;
|
||||
timestamp: number;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user