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

Update src/types.ts

Co-authored-by: James Cook <jamesatjaminit@jaminit.co.uk>
This commit is contained in:
Aria 2024-05-28 13:25:53 +01:00 committed by GitHub
parent f50b26b0c7
commit 712c005953
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -184,7 +184,7 @@ export interface ValidatedLink {
/** /**
* User uploaded attachments * User uploaded attachments
*/ */
export interface HomeworkAttachment { export interface StudentHomeworkAttachment {
id: number; id: number;
file_name: string; file_name: string;
file: string; file: string;