Update Notification.ts

This commit is contained in:
syuilo 2025-09-24 09:57:35 +09:00
parent 8b41db3f8f
commit 3b40181669
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,11 @@ export type MiNotification = {
createdAt: string;
notifierId: MiUser['id'];
noteId: MiNote['id'];
} | {
type: 'scheduledNotePosted';
id: string;
createdAt: string;
noteId: MiNote['id'];
} | {
type: 'receiveFollowRequest';
id: string;