czydojade/front/resources/ts/model/common.ts
2020-11-01 17:57:06 +01:00

5 lines
64 B
TypeScript

export interface Location {
lat: number,
lng: number,
}