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

types: add TODO disclaimer for attendance status and open up type

This commit is contained in:
veloii 2024-05-27 22:43:11 +01:00
parent 04b80231c9
commit 5e6db4124a
No known key found for this signature in database

View file

@ -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;