dev merge #163

Merged
sora merged 29 commits from dev into master 2025-03-05 00:11:12 +01:00
Showing only changes of commit 0b619d36ea - Show all commits

View File

@ -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[]