mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 19:59:37 +00:00
Fix typo
This commit is contained in:
parent
9c6aa9eb63
commit
620d42ac1d
2 changed files with 7 additions and 7 deletions
|
|
@ -252,7 +252,7 @@ export interface Detention {
|
|||
}
|
||||
export type DetentionsResponse = Array<Detention>;
|
||||
|
||||
export interface Annoucement {
|
||||
export interface Announcement {
|
||||
id: number;
|
||||
title: string;
|
||||
description: string | null;
|
||||
|
|
@ -278,4 +278,4 @@ export interface Annoucement {
|
|||
pupil_consents: Array<any>;
|
||||
}
|
||||
|
||||
export type AnnoucementsResponse = Array<Annoucement>;
|
||||
export type AnnouncementsResponse = Array<Announcement>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue