mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 19:59:37 +00:00
types: add TODO disclaimer for attendance status and open up type
This commit is contained in:
parent
04b80231c9
commit
5e6db4124a
1 changed files with 2 additions and 1 deletions
|
|
@ -446,7 +446,8 @@ export interface GetAttendanceOptions {
|
|||
|
||||
export interface AttendancePeriod {
|
||||
code: string;
|
||||
status: "present" | "ignore";
|
||||
// TODO: add the other statues
|
||||
status: "present" | "ignore" | string & {};
|
||||
late_minutes: number | string;
|
||||
lesson_name?: string;
|
||||
room_name?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue