add maps
This commit is contained in:
8
controller/typings.d.ts
vendored
8
controller/typings.d.ts
vendored
@@ -6,4 +6,12 @@ declare namespace Model {
|
||||
interface LoginResponse {
|
||||
token?: string;
|
||||
}
|
||||
|
||||
interface GPSResonse {
|
||||
lat: number;
|
||||
lon: number;
|
||||
s: number;
|
||||
h: number;
|
||||
fishing: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user