5 lines
64 B
TypeScript
5 lines
64 B
TypeScript
export interface Location {
|
|
lat: number,
|
|
lng: number,
|
|
}
|