Skip to content

Commit

Permalink
fix: add orgname and orgid parameters to access original room of less…
Browse files Browse the repository at this point in the history
…on (#106)

* add orgname and orgid parameters

* fix: make properties optional

---------

Co-authored-by: Nils Bergmann <[email protected]>
  • Loading branch information
akaJuliaan and TheNoim authored Feb 5, 2024
1 parent 05127bf commit 1fd9b07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export interface ShortData {
id: number;
name: string;
longname: string;
orgname?: string;
orgid?: number;
}

export interface Lesson {
Expand Down

0 comments on commit 1fd9b07

Please sign in to comment.