From 9438484c6c0f2ecec02ac8b9f598a5f27d8aca4f Mon Sep 17 00:00:00 2001 From: veloii <85405932+veloii@users.noreply.github.com> Date: Tue, 28 May 2024 22:45:04 +0100 Subject: [PATCH] types: replace unknown with detailed teacher attchment type --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index df60a68..29ec6dd 100644 --- a/src/types.ts +++ b/src/types.ts @@ -184,7 +184,7 @@ export interface StudentHomeworkAttachment { file: string; validated_file: string; teacher_note: string; - teacher_homework_attachments: unknown[]; + teacher_homework_attachments: TeacherValidatedHomeworkAttachment[]; can_delete: boolean; } export interface Homework {