diff --git a/services/web/types/module-hooks.ts b/services/web/types/module-hooks.ts index 1dea7cb3ac..9d35ad3fd8 100644 --- a/services/web/types/module-hooks.ts +++ b/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