mirror of
https://github.com/docmost/docmost.git
synced 2026-07-15 11:16:47 +10:00
fix
This commit is contained in:
@@ -9,3 +9,10 @@ export const NotificationType = {
|
||||
|
||||
export type NotificationType =
|
||||
(typeof NotificationType)[keyof typeof NotificationType];
|
||||
|
||||
export type NotificationSettingKey =
|
||||
| 'page.updated'
|
||||
| 'page.user_mention'
|
||||
| 'comment.user_mention'
|
||||
| 'comment.created'
|
||||
| 'comment.resolved';
|
||||
|
||||
Reference in New Issue
Block a user