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