This commit is contained in:
Andras Schmelczer 2026-03-25 08:05:50 +00:00
parent c997ea46a5
commit 30055ab870
13 changed files with 165 additions and 83 deletions

View file

@ -7,6 +7,8 @@ export interface Destination {
slug: string;
place_type: string;
city?: string;
lat: number;
lon: number;
}
/** Fetches all travel-time destinations for a mode once, with client-side caching. */