Changed Eventtype to optional

This commit is contained in:
Dominik 2021-01-30 01:30:02 +01:00
parent 1dc0603df3
commit ac30659aeb
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ declare namespace FG {
id: number;
start: Date;
description?: string;
type: EventType;
type?: EventType;
jobs: Array<Job>;
}
interface EventType {