Skip to content

Commit

Permalink
fix(notification): add missed NotificationType
Browse files Browse the repository at this point in the history
  • Loading branch information
runjuu committed Nov 28, 2023
1 parent d1768e7 commit 6a2860d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/indexer/notification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export enum NotificationType {
NOTE_POSTED = 'NOTE_POSTED',
MENTIONED = 'MENTIONED',
TIPPED = 'TIPPED',
TIP_CONFIG_SET = 'TIP_CONFIG_SET'
}

export type NotificationTypeKey = keyof typeof NotificationType
Expand Down

0 comments on commit 6a2860d

Please sign in to comment.