mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
fix: update homework attachments type
This commit is contained in:
parent
821a5c26ea
commit
c38a83708d
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ export interface Homework {
|
||||||
mark: unknown | null;
|
mark: unknown | null;
|
||||||
mark_relative: number;
|
mark_relative: number;
|
||||||
ticked: "yes" | "no";
|
ticked: "yes" | "no";
|
||||||
allow_attachments: "yes" | "no";
|
allow_attachments: boolean;
|
||||||
first_seen_date: string;
|
first_seen_date: string;
|
||||||
last_seen_date: string;
|
last_seen_date: string;
|
||||||
attachments: Array<unknown>;
|
attachments: Array<unknown>;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue