1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00
classcharts-api-js/mod.ts

14 lines
260 B
TypeScript
Raw Permalink Normal View History

2023-08-30 12:28:49 +01:00
export * from "./src/core/studentClient.ts";
export * from "./src/core/parentClient.ts";
export type {
2023-04-16 20:47:40 +01:00
ActivityPoint,
2023-08-30 12:28:49 +01:00
Announcement,
AttendanceDate,
Badge,
2023-04-16 20:47:40 +01:00
BehaviourTimelinePoint,
2023-08-30 12:28:49 +01:00
Detention,
2023-04-16 20:47:40 +01:00
Homework,
Lesson,
2023-08-30 12:28:49 +01:00
Student,
} from "./src/types.ts";