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
25a6fcf90d
commit
8e8ab398c9
@ -29,7 +29,6 @@ declare global {
|
|||||||
interface journey {
|
interface journey {
|
||||||
fmt_ver: number
|
fmt_ver: number
|
||||||
title: string
|
title: string
|
||||||
name: string | null
|
|
||||||
main: leg[]
|
main: leg[]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -37,7 +36,6 @@ declare global {
|
|||||||
const journey_template: journey = {
|
const journey_template: journey = {
|
||||||
fmt_ver: 1,
|
fmt_ver: 1,
|
||||||
title: "New Journey",
|
title: "New Journey",
|
||||||
name: null,
|
|
||||||
main: [],
|
main: [],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user