mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 19:59:37 +00:00
types: refine attendance period status
This commit is contained in:
parent
83b1371c60
commit
98eb03ff74
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ export interface GetAttendanceOptions {
|
||||||
|
|
||||||
export interface AttendancePeriod {
|
export interface AttendancePeriod {
|
||||||
code: string;
|
code: string;
|
||||||
status: "present" | "ignore" | (string & {});
|
status: "yes" | "present" | "ignore" | "no" | "absent" | "excused" | "late";
|
||||||
late_minutes: number | string;
|
late_minutes: number | string;
|
||||||
lesson_name?: string;
|
lesson_name?: string;
|
||||||
room_name?: string;
|
room_name?: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue