UNPKG

78 BTypeScriptView Raw
1export interface GeoLocation {
2 latitude: number;
3 longitude: number;
4}