From a8909574de4b165d464f112be6f01ab5bbd54f04 Mon Sep 17 00:00:00 2001 From: Aria <85405932+veloii@users.noreply.github.com> Date: Tue, 28 May 2024 13:26:24 +0100 Subject: [PATCH] Update src/types.ts Co-authored-by: James Cook --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {