fix type error

This commit is contained in:
Lhcfl 2024-04-11 17:01:37 +08:00
parent 783f5481bb
commit 7a4e6334f1
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {