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
|
||||
}
|
||||
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[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user