Skip to content

Commit c38a837

Browse files
fix: update homework attachments type
1 parent 821a5c2 commit c38a837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export interface Homework {
191191
mark: unknown | null;
192192
mark_relative: number;
193193
ticked: "yes" | "no";
194-
allow_attachments: "yes" | "no";
194+
allow_attachments: boolean;
195195
first_seen_date: string;
196196
last_seen_date: string;
197197
attachments: Array<unknown>;

0 commit comments

Comments
 (0)