Skip to content

Commit

Permalink
Export ElementType as value not type
Browse files Browse the repository at this point in the history
  • Loading branch information
arnimattr committed Apr 1, 2023
1 parent da7ab01 commit 97ccbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrappers/mod.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export type {
ElementType,
room as Room,
schoolClass as Class,
student as Student,
subject as Subject,
teacher as Teacher,
} from "../webuntis/resources/mod.ts";
export { ElementType } from "../webuntis/resources/mod.ts";
export * from "./Holiday.ts";
export * from "./LoginStatus.ts";
export * from "./Lesson.ts";
Expand Down

0 comments on commit 97ccbc1

Please sign in to comment.