vibes
This commit is contained in:
parent
c997ea46a5
commit
30055ab870
13 changed files with 165 additions and 83 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue