czydojade/resources/ts/model/common.ts
2020-05-02 23:33:15 +02:00

5 lines
64 B
TypeScript

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