1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

types: change for_pupils to string[] from unknown[]

This commit is contained in:
veloii 2024-05-29 17:53:59 +01:00
parent 1b5bf18521
commit bfbad3559b

View file

@ -378,7 +378,7 @@ export interface Announcement {
filename: string; filename: string;
url: string; url: string;
}[]; }[];
for_pupils: unknown[]; for_pupils: string[];
comment_visibility: string; comment_visibility: string;
allow_comments: "yes" | "no"; allow_comments: "yes" | "no";
allow_reactions: "yes" | "no"; allow_reactions: "yes" | "no";