From ac30659aebf04e05fcef9ad0b5b10824b4cdda02 Mon Sep 17 00:00:00 2001 From: Dominik Date: Sat, 30 Jan 2021 01:30:02 +0100 Subject: [PATCH] Changed Eventtype to optional --- src/flaschengeist.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flaschengeist.d.ts b/src/flaschengeist.d.ts index e00d65c..c39e217 100644 --- a/src/flaschengeist.d.ts +++ b/src/flaschengeist.d.ts @@ -36,7 +36,7 @@ declare namespace FG { id: number; start: Date; description?: string; - type: EventType; + type?: EventType; jobs: Array; } interface EventType {