ref(device-orientation): add missing type

This commit is contained in:
Daniel Sogl
2018-03-16 16:32:43 +01:00
committed by GitHub
parent f11be24f74
commit 8d2681a9fc
@@ -22,7 +22,7 @@ export interface DeviceOrientationCompassHeading {
/**
* The time at which this heading was determined. (DOMTimeStamp)
*/
timestamp: any;
timestamp: number;
}