From 896729ecffc1746176cac091e042e3ef04929776 Mon Sep 17 00:00:00 2001 From: case Date: Thu, 18 Jul 2024 16:59:45 -0700 Subject: [PATCH] Fix Types --- packages/notifications/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/notifications/types.ts b/packages/notifications/types.ts index 92dc356a..56833a14 100644 --- a/packages/notifications/types.ts +++ b/packages/notifications/types.ts @@ -138,6 +138,7 @@ export type NotificationContent = | MarketResolvedNotificationContent | MarketTradeNotificationContent | MarketLiquidityAddedNotificationContent + | MarketCommentNotificationContent | CommentReplyNotificationContent | CommentMentionNotificationContent | CommentReactionNotificationContent