This commit is contained in:
syuilo
2023-11-02 15:04:47 +09:00
parent ce5ff70cb3
commit 314fb4bfd9
5 changed files with 9 additions and 38 deletions

View File

@@ -119,9 +119,4 @@ export type MiGroupedNotification = MiNotification | {
createdAt: string;
noteId: MiNote['id'];
userIds: string[];
} | {
type: 'follow:grouped';
id: string;
createdAt: string;
userIds: string[];
};