This commit is contained in:
2023-05-06 12:31:10 +02:00
parent 25dab35612
commit 2b97f42949
3 changed files with 57 additions and 4 deletions

View File

@@ -7,4 +7,5 @@ export interface WaypointsEntity {
img: string;
locationName: string;
distance?: number;
visited?: boolean;
}