mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 19:59:37 +00:00
fix: update late minutes and "fix" spelling "mistake"
This commit is contained in:
parent
eb2bdfd557
commit
618167a98d
1 changed files with 2 additions and 2 deletions
|
|
@ -424,7 +424,7 @@ export interface GetAttendanceOptions {
|
||||||
export interface AttendancePeriod {
|
export interface AttendancePeriod {
|
||||||
code: string;
|
code: string;
|
||||||
status: "present" | "ignore";
|
status: "present" | "ignore";
|
||||||
late_minutes: number;
|
late_minutes: number | string;
|
||||||
lesson_name?: string;
|
lesson_name?: string;
|
||||||
room_name?: string;
|
room_name?: string;
|
||||||
}
|
}
|
||||||
|
|
@ -435,7 +435,7 @@ export interface AttendanceMeta {
|
||||||
start_date: string;
|
start_date: string;
|
||||||
end_date: string;
|
end_date: string;
|
||||||
percentage: string;
|
percentage: string;
|
||||||
percentage_since_august: string;
|
percentage_singe_august: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type AttendanceData = Record<string, Record<string, AttendancePeriod>>;
|
export type AttendanceData = Record<string, Record<string, AttendancePeriod>>;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue