master: change repo
This commit is contained in:
5
src/models/ILocation.ts
Normal file
5
src/models/ILocation.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default interface ILocation {
|
||||
lat: number
|
||||
lon: number
|
||||
place?: string
|
||||
}
|
||||
Reference in New Issue
Block a user