From c38a83708df870c6b0da531055bdc2503b2f8e45 Mon Sep 17 00:00:00 2001 From: James Cook Date: Mon, 18 Sep 2023 20:54:52 +0100 Subject: [PATCH] fix: update homework attachments type --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;