mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
types: add mark for homework
This commit is contained in:
parent
9438484c6c
commit
1b5bf18521
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue