mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
13 lines
248 B
TypeScript
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";
|