1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-11 18:59:05 +00:00

types: refine attendance period status

This commit is contained in:
veloii 2024-05-29 21:40:22 +01:00
parent 83b1371c60
commit 98eb03ff74

View file

@ -454,7 +454,7 @@ export interface GetAttendanceOptions {
export interface AttendancePeriod {
code: string;
status: "present" | "ignore" | (string & {});
status: "yes" | "present" | "ignore" | "no" | "absent" | "excused" | "late";
late_minutes: number | string;
lesson_name?: string;
room_name?: string;