1
0
Fork 0
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:
James Cook 2023-09-18 20:54:52 +01:00
parent 821a5c26ea
commit c38a83708d

View file

@ -191,7 +191,7 @@ export interface Homework {
mark: unknown | null;
mark_relative: number;
ticked: "yes" | "no";
allow_attachments: "yes" | "no";
allow_attachments: boolean;
first_seen_date: string;
last_seen_date: string;
attachments: Array<unknown>;