mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
Update src/types.ts
Co-authored-by: James Cook <jamesatjaminit@jaminit.co.uk>
This commit is contained in:
parent
712c005953
commit
40ac06efc8
1 changed files with 0 additions and 1 deletions
|
|
@ -446,7 +446,6 @@ export interface GetAttendanceOptions {
|
||||||
|
|
||||||
export interface AttendancePeriod {
|
export interface AttendancePeriod {
|
||||||
code: string;
|
code: string;
|
||||||
// TODO: add the other statues
|
|
||||||
status: "present" | "ignore" | string & {};
|
status: "present" | "ignore" | string & {};
|
||||||
late_minutes: number | string;
|
late_minutes: number | string;
|
||||||
lesson_name?: string;
|
lesson_name?: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue