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

types: add mark for homework

This commit is contained in:
veloii 2024-05-28 22:53:31 +01:00
parent 9438484c6c
commit 1b5bf18521

View file

@ -204,7 +204,7 @@ export interface Homework {
status: {
id: number;
state: "not_completed" | "late" | "completed" | null;
mark: unknown | null;
mark: string | null;
mark_relative: number;
ticked: "yes" | "no";
allow_attachments: boolean;