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:
parent
1b5bf18521
commit
bfbad3559b
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue