Add comment resolved hook for email notifications

GitOrigin-RevId: 426162e4ca03dbb8459c990ae56ff8d12ba2d8b4
This commit is contained in:
Domagoj Kriskovic
2026-01-12 16:50:42 +01:00
committed by Copybot
parent ef8641b876
commit b39c7d8fe8

View File

@@ -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