1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 19:59:37 +00:00
classcharts-api-js/src/index.ts

13 lines
248 B
TypeScript

export * from "./core/studentClient.js";
export * from "./core/parentClient.js";
export type {
Student,
ActivityPoint,
BehaviourTimelinePoint,
Homework,
Lesson,
Badge,
Announcement,
Detention,
AttendanceDate,
} from "./types.js";