Revert "feat: 個人宛てお知らせ機能 (#107)"

This reverts commit 7b1efd6b97.
This commit is contained in:
まっちゃとーにゅ 2023-08-15 16:45:55 +09:00
parent 04fefb2056
commit 576251200f
No known key found for this signature in database
GPG key ID: 6AFBBF529601C1DB
17 changed files with 18 additions and 324 deletions

View file

@ -419,8 +419,6 @@ export type Announcement = {
title: string;
imageUrl: string | null;
isRead?: boolean;
isPrivate: boolean;
closeDuration: number;
};
export type Antenna = {