diff --git a/src/types.ts b/src/types.ts index d296e7d..6da955c 100644 --- a/src/types.ts +++ b/src/types.ts @@ -190,7 +190,7 @@ export interface StudentHomeworkAttachment { file: string; validated_file: string; teacher_note: string; - teacher_homework_attachments: Array; + teacher_homework_attachments: unknown[]; can_delete: boolean; } export interface Homework {