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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ export interface DeviceOrientationCompassHeading {
/**
* The time at which this heading was determined. (DOMTimeStamp)
*/
timestamp: any;
timestamp: number;
}