Update src/client/types/format.ts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sora-ext 2025-02-25 16:08:00 +01:00
parent 25a6fcf90d
commit 8e8ab398c9

View File

@ -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: [],
}