mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 19:59:37 +00:00
types: replace unknown with detailed teacher attchment type
This commit is contained in:
parent
bb6707d0ad
commit
9438484c6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue