diff --git a/src/flaschengeist.d.ts b/src/flaschengeist.d.ts index 4a40367..4ac035a 100644 --- a/src/flaschengeist.d.ts +++ b/src/flaschengeist.d.ts @@ -15,6 +15,7 @@ declare namespace FG { mail: string; birthday?: Date; roles: Array; + permissions?: list; avatar_url?: string; } type Permission = string; @@ -36,8 +37,9 @@ declare namespace FG { interface Event { id: number; start: Date; + end: Date; description?: string; - type?: EventType; + type: EventType; jobs: Array; } interface EventType {