mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
Update src/types.ts
Co-authored-by: James Cook <jamesatjaminit@jaminit.co.uk>
This commit is contained in:
parent
40ac06efc8
commit
a8909574de
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ export interface StudentHomeworkAttachment {
|
|||
file: string;
|
||||
validated_file: string;
|
||||
teacher_note: string;
|
||||
teacher_homework_attachments: Array<unknown>;
|
||||
teacher_homework_attachments: unknown[];
|
||||
can_delete: boolean;
|
||||
}
|
||||
export interface Homework {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue