fix type error
This commit is contained in:
parent
783f5481bb
commit
7a4e6334f1
1 changed files with 2 additions and 2 deletions
|
@ -425,8 +425,8 @@ export type Announcement = {
|
|||
title: string;
|
||||
imageUrl: string | null;
|
||||
isRead?: boolean;
|
||||
isGoodNews?: boolean;
|
||||
showPopUp?: boolean;
|
||||
isGoodNews: boolean;
|
||||
showPopUp: boolean;
|
||||
};
|
||||
|
||||
export type Antenna = {
|
||||
|
|
Loading…
Reference in a new issue