Skip to content

Commit

Permalink
fix: add missing attributes to "Klasse" interface (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkilders committed Feb 10, 2024
1 parent ffbf7cd commit 7e43c5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@ export interface Klasse {
name: string;
longName: string;
active: boolean;
foreColor?: string;
backColor?: string;
did?: number;
teacher1?: number;
teacher2?: number;
}

export interface Department {
Expand Down

0 comments on commit 7e43c5e

Please sign in to comment.