diff --git a/src/types.ts b/src/types.ts index bee8553..6b040ce 100644 --- a/src/types.ts +++ b/src/types.ts @@ -191,7 +191,7 @@ export interface Homework { mark: unknown | null; mark_relative: number; ticked: "yes" | "no"; - allow_attachments: "yes" | "no"; + allow_attachments: boolean; first_seen_date: string; last_seen_date: string; attachments: Array;