Skip to content

Commit

Permalink
fix: rename panikzettel subject type names
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsch318 committed Aug 4, 2024
1 parent 9c1d9d3 commit 8b84807
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/models/panikzettel.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
export type Panikzettel = {
name: string;
type: "pf" | "wpf" | "af";
type:
| typeof COMPULSORY_SUBJECT
| typeof COMPULSORY_ELECTIVE_SUBJECT
| typeof NON_TECHNICAL_ELECTIVE_SUBJECT
| typeof APPLICATION_AREA_SUBJECT
| "other";
filename: string;
url: string;
semester?: number;
Expand Down

0 comments on commit 8b84807

Please sign in to comment.