mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Add comment resolved hook for email notifications
GitOrigin-RevId: 426162e4ca03dbb8459c990ae56ff8d12ba2d8b4
This commit is contained in:
committed by
Copybot
parent
ef8641b876
commit
b39c7d8fe8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user