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