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:
parent
58c5dfa1e4
commit
3aa119a063
12 changed files with 141 additions and 44 deletions
13
src/index.ts
13
src/index.ts
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue