Files
vaquant/src/models/ILocation.ts
2019-08-22 11:50:32 +02:00

6 lines
84 B
TypeScript

export default interface ILocation {
lat: number
lon: number
place?: string
}