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

Update src/types.ts

Co-authored-by: James Cook <jamesatjaminit@jaminit.co.uk>
This commit is contained in:
Aria 2024-05-28 13:26:12 +01:00 committed by GitHub
parent 712c005953
commit 40ac06efc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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