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;
|
title: string;
|
||||||
imageUrl: string | null;
|
imageUrl: string | null;
|
||||||
isRead?: boolean;
|
isRead?: boolean;
|
||||||
isGoodNews?: boolean;
|
isGoodNews: boolean;
|
||||||
showPopUp?: boolean;
|
showPopUp: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type Antenna = {
|
export type Antenna = {
|
||||||
|
|
Loading…
Reference in a new issue