diff --git a/src/client/types/format.ts b/src/client/types/format.ts index 0693e03..1d4fcf2 100644 --- a/src/client/types/format.ts +++ b/src/client/types/format.ts @@ -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: [], }