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
52b3d98fec
commit
fe4190313b
@ -1,17 +1,21 @@
|
||||
|
||||
|
||||
declare global {
|
||||
interface map {
|
||||
zoom: number
|
||||
center: {
|
||||
interface LatLng {
|
||||
lat: number
|
||||
lng: number
|
||||
}
|
||||
}
|
||||
|
||||
interface geoloc {
|
||||
latlon: [number, number]
|
||||
notes: string
|
||||
}
|
||||
|
||||
interface map {
|
||||
zoom: number
|
||||
center: LatLng
|
||||
}
|
||||
|
||||
|
||||
interface leg {
|
||||
title: string
|
||||
day_title: string[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user