diff --git a/src/client/types/format.ts b/src/client/types/format.ts index a0f1ff9..d89a1e6 100644 --- a/src/client/types/format.ts +++ b/src/client/types/format.ts @@ -6,6 +6,8 @@ declare global { lng: number } interface geoloc { + title: string + osm_id: number latlon: [number, number] notes: string step: -1 @@ -22,7 +24,7 @@ declare global { day_title: string[] date_range: [Date, Date] | null map: map - travel: unknown[] + travel: geoloc[] hotel: geoloc | null places: { restaurants: geoloc[]