mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 19:59:37 +00:00
13 lines
260 B
TypeScript
13 lines
260 B
TypeScript
export * from "./src/core/studentClient.ts";
|
|
export * from "./src/core/parentClient.ts";
|
|
export type {
|
|
ActivityPoint,
|
|
Announcement,
|
|
AttendanceDate,
|
|
Badge,
|
|
BehaviourTimelinePoint,
|
|
Detention,
|
|
Homework,
|
|
Lesson,
|
|
Student,
|
|
} from "./src/types.ts";
|