enhance(backend): DBのコラム設定としてcreatedAtの値を入れるように/お知らせ機能API修正

This commit is contained in:
まっちゃとーにゅ
2023-11-20 06:04:59 +09:00
parent 455c7eb653
commit 2883f28b87
71 changed files with 730 additions and 219 deletions

View File

@@ -476,6 +476,7 @@ export type Announcement = {
needConfirmationToRead: boolean;
closeDuration: number;
displayOrder: number;
silence: boolean;
forYou: boolean;
isRead?: boolean;
};