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

feat: better documentation

This commit is contained in:
James Cook 2023-04-16 20:47:40 +01:00
parent 58c5dfa1e4
commit 3aa119a063
12 changed files with 141 additions and 44 deletions

View file

@ -1,2 +1,13 @@
export * from "./parentClient.js";
export * from "./studentClient.js";
export * from "./parentClient.js";
export {
Student,
ActivityPoint,
BehaviourTimelinePoint,
Homework,
Lesson,
Badge,
Announcement,
Detention,
AttendanceDate,
} from "./types.js";