remove waypoints where not relevant

This commit is contained in:
sbriat
2023-09-14 17:07:38 +02:00
parent c65a5b50c2
commit f69afc4481
38 changed files with 273 additions and 461 deletions

View File

@@ -30,7 +30,7 @@ export type AdModel = {
};
/**
* The record as returned by the peristence system
* The record as returned by the persistence system
*/
export type AdReadModel = AdModel & {
waypoints: string;