This commit is contained in:
Philipinho
2026-03-31 00:35:33 +01:00
parent 6fcdebc178
commit d034fce11b
3 changed files with 13 additions and 4 deletions
@@ -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';