1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

types: replace unknown with detailed teacher attchment type

This commit is contained in:
veloii 2024-05-28 22:45:04 +01:00
parent bb6707d0ad
commit 9438484c6c

View file

@ -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 {