upd: add notification for when scheduled note gets posted
This commit is contained in:
@@ -127,6 +127,11 @@ export type MiNotification = {
|
||||
id: string;
|
||||
createdAt: string;
|
||||
reason: string;
|
||||
} | {
|
||||
type: 'scheduledNotePosted';
|
||||
id: string;
|
||||
createdAt: string;
|
||||
noteId: MiNote['id'];
|
||||
};
|
||||
|
||||
export type MiGroupedNotification = MiNotification | {
|
||||
|
||||
Reference in New Issue
Block a user