upd: add notification for when scheduled note gets posted
This commit is contained in:
parent
170093f2a2
commit
1d3c825398
13 changed files with 77 additions and 9 deletions
|
|
@ -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 | {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue