Просмотр исходного кода

Add comment resolved hook for email notifications

GitOrigin-RevId: 426162e4ca03dbb8459c990ae56ff8d12ba2d8b4
Domagoj Kriskovic 7 месяцев назад
Родитель
Сommit
b39c7d8fe8
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      services/web/types/module-hooks.ts

+ 6 - 0
services/web/types/module-hooks.ts

@@ -9,6 +9,12 @@ export type CommentAddedEvent = {
   messageId: string
 }
 
+export type CommentResolvedEvent = {
+  projectId: string
+  userId: string
+  threadId: string
+}
+
 export type ProjectModifiedEvent = {
   projectId: string
   timestamp: number