adding distance as an optional field

This commit is contained in:
2023-04-29 20:29:52 +02:00
parent ff3fb43cb0
commit 38dd0eb244
2 changed files with 2 additions and 0 deletions

View File

@@ -6,4 +6,5 @@ export interface WaypointsEntity {
description: string;
img: string;
locationName: string;
distance?: number;
}