Update src/client/types/format.ts
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
586a48ddd3
commit
0b619d36ea
@ -6,6 +6,8 @@ declare global {
|
|||||||
lng: number
|
lng: number
|
||||||
}
|
}
|
||||||
interface geoloc {
|
interface geoloc {
|
||||||
|
title: string
|
||||||
|
osm_id: number
|
||||||
latlon: [number, number]
|
latlon: [number, number]
|
||||||
notes: string
|
notes: string
|
||||||
step: -1
|
step: -1
|
||||||
@ -22,7 +24,7 @@ declare global {
|
|||||||
day_title: string[]
|
day_title: string[]
|
||||||
date_range: [Date, Date] | null
|
date_range: [Date, Date] | null
|
||||||
map: map
|
map: map
|
||||||
travel: unknown[]
|
travel: geoloc[]
|
||||||
hotel: geoloc | null
|
hotel: geoloc | null
|
||||||
places: {
|
places: {
|
||||||
restaurants: geoloc[]
|
restaurants: geoloc[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user