add a notification type

This commit is contained in:
Hailey
2024-06-04 17:33:24 -07:00
parent 1c28bf47f2
commit 2eb8ba2eac
3 changed files with 54 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
import {
AppBskyNotificationListNotifications,
AppBskyFeedDefs,
AppBskyNotificationListNotifications,
} from '@atproto/api'
export type NotificationType =
@@ -11,6 +11,7 @@ export type NotificationType =
| 'reply'
| 'quote'
| 'follow'
| 'starter-pack-signup'
| 'unknown'
export interface FeedNotification {