From b030286f9c1b53219b8dc54c815be195c1bafe47 Mon Sep 17 00:00:00 2001 From: sora-ext Date: Fri, 28 Feb 2025 17:50:21 +0100 Subject: [PATCH] Update src/client/types/format.ts --- src/client/types/format.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/client/types/format.ts b/src/client/types/format.ts index ba75269..335f189 100644 --- a/src/client/types/format.ts +++ b/src/client/types/format.ts @@ -8,6 +8,7 @@ declare global { interface geoloc { latlon: [number, number] notes: string + step: -1 } interface map { @@ -25,7 +26,7 @@ declare global { hotel: geoloc | null places: { restaurants: geoloc[] - places: geoloc[] + activities: geoloc[] } notes: string } @@ -49,7 +50,7 @@ const leg_template: leg = { map: { zoom: 2, center: { lng: 0, lat: 0 } }, travel: [], hotel: null, - places: { restaurants: [], places: [] }, + places: { restaurants: [], activities: [] }, notes: "", date_range: null }