From 1fd9b07f7db27872fde42b829bb917f8728f86ea Mon Sep 17 00:00:00 2001 From: Julian Date: Mon, 5 Feb 2024 12:19:18 +0100 Subject: [PATCH] fix: add orgname and orgid parameters to access original room of lesson (#106) * add orgname and orgid parameters * fix: make properties optional --------- Co-authored-by: Nils Bergmann --- src/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/types.ts b/src/types.ts index 0401e91..22d164a 100644 --- a/src/types.ts +++ b/src/types.ts @@ -53,6 +53,8 @@ export interface ShortData { id: number; name: string; longname: string; + orgname?: string; + orgid?: number; } export interface Lesson {