dev #160
@ -8,6 +8,7 @@ declare global {
|
|||||||
interface geoloc {
|
interface geoloc {
|
||||||
latlon: [number, number]
|
latlon: [number, number]
|
||||||
notes: string
|
notes: string
|
||||||
|
step: -1
|
||||||
}
|
}
|
||||||
|
|
||||||
interface map {
|
interface map {
|
||||||
@ -25,7 +26,7 @@ declare global {
|
|||||||
hotel: geoloc | null
|
hotel: geoloc | null
|
||||||
places: {
|
places: {
|
||||||
restaurants: geoloc[]
|
restaurants: geoloc[]
|
||||||
places: geoloc[]
|
activities: geoloc[]
|
||||||
}
|
}
|
||||||
notes: string
|
notes: string
|
||||||
}
|
}
|
||||||
@ -49,7 +50,7 @@ const leg_template: leg = {
|
|||||||
map: { zoom: 2, center: { lng: 0, lat: 0 } },
|
map: { zoom: 2, center: { lng: 0, lat: 0 } },
|
||||||
travel: [],
|
travel: [],
|
||||||
hotel: null,
|
hotel: null,
|
||||||
places: { restaurants: [], places: [] },
|
places: { restaurants: [], activities: [] },
|
||||||
notes: "",
|
notes: "",
|
||||||
date_range: null
|
date_range: null
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user