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:
parent
f50b26b0c7
commit
712c005953
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue