fix type error

This commit is contained in:
Lhcfl 2024-04-11 17:01:37 +08:00
parent 783f5481bb
commit 7a4e6334f1

View file

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