mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-11 18:59:05 +00:00
types: change for_pupils to string[] from unknown[]
This commit is contained in:
parent
1b5bf18521
commit
bfbad3559b
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ export interface Announcement {
|
|||
filename: string;
|
||||
url: string;
|
||||
}[];
|
||||
for_pupils: unknown[];
|
||||
for_pupils: string[];
|
||||
comment_visibility: string;
|
||||
allow_comments: "yes" | "no";
|
||||
allow_reactions: "yes" | "no";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue