about summary refs log tree commit diff
path: root/src/state/queries
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/queries')
-rw-r--r--src/state/queries/notifications/types.ts8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/state/queries/notifications/types.ts b/src/state/queries/notifications/types.ts
index c96374eb8..b3a972394 100644
--- a/src/state/queries/notifications/types.ts
+++ b/src/state/queries/notifications/types.ts
@@ -1,7 +1,7 @@
 import {
-  AppBskyFeedDefs,
-  AppBskyGraphDefs,
-  AppBskyNotificationListNotifications,
+  type AppBskyFeedDefs,
+  type AppBskyGraphDefs,
+  type AppBskyNotificationListNotifications,
 } from '@atproto/api'
 
 export type NotificationType =
@@ -44,6 +44,8 @@ type OtherNotificationType =
   | 'quote'
   | 'follow'
   | 'feedgen-like'
+  | 'verified'
+  | 'unverified'
   | 'unknown'
 
 type FeedNotificationBase = {