mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +00:00
feat: add selectPupil to parent client
This commit is contained in:
parent
346aaccade
commit
fd75c3ff75
2 changed files with 24 additions and 7 deletions
|
|
@ -299,4 +299,4 @@ export interface Pupil extends Student {
|
|||
announcements_count: number;
|
||||
messages_count: number;
|
||||
}
|
||||
export type GetPupilsResponse = Array<Pupil>;
|
||||
export type GetPupilsResponse = Array<Pupil>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue