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

Update src/types.ts

Co-authored-by: James Cook <jamesatjaminit@jaminit.co.uk>
This commit is contained in:
Aria 2024-05-28 13:26:24 +01:00 committed by GitHub
parent 40ac06efc8
commit a8909574de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -190,7 +190,7 @@ export interface StudentHomeworkAttachment {
file: string; file: string;
validated_file: string; validated_file: string;
teacher_note: string; teacher_note: string;
teacher_homework_attachments: Array<unknown>; teacher_homework_attachments: unknown[];
can_delete: boolean; can_delete: boolean;
} }
export interface Homework { export interface Homework {