mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +00:00
feat: export types to classcharts-api/types
This allow types to be easily accessed without knowing the full path. Eliminates the need to decide which types should be exported from mod.ts
This commit is contained in:
parent
3e76d4a762
commit
a9afa0e9e5
2 changed files with 7 additions and 12 deletions
11
mod.ts
11
mod.ts
|
|
@ -1,13 +1,2 @@
|
|||
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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue