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 {