diff --git a/services/web/types/module-hooks.ts b/services/web/types/module-hooks.ts index 9d35ad3fd8..1b8ef57486 100644 --- a/services/web/types/module-hooks.ts +++ b/services/web/types/module-hooks.ts @@ -15,6 +15,12 @@ export type CommentResolvedEvent = { threadId: string } +export type CommentReopenedEvent = { + projectId: string + userId: string + threadId: string +} + export type ProjectModifiedEvent = { projectId: string timestamp: number