Adding entity for api
This commit is contained in:
9
src/app/interface/WaypointsEntity.ts
Normal file
9
src/app/interface/WaypointsEntity.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface WaypointsEntity {
|
||||
id: number;
|
||||
name: string;
|
||||
lat: number;
|
||||
lon: number;
|
||||
description: string;
|
||||
img: string;
|
||||
locationName: string;
|
||||
}
|
||||
Reference in New Issue
Block a user