[web] add commentEdited and commentDeleted events for dsmp

GitOrigin-RevId: 6e43ffd2d782f35ef8202aeb5ef7edf25c0c3a88
This commit is contained in:
Domagoj Kriskovic
2026-02-09 09:06:20 +00:00
committed by Copybot
parent 8f173d7dc7
commit c20be33e74
+14
View File
@@ -21,6 +21,20 @@ export type CommentReopenedEvent = {
threadId: string
}
export type CommentEditedEvent = {
projectId: string
userId: string
threadId: string
messageId: string
}
export type CommentDeletedEvent = {
projectId: string
userId: string
threadId: string
messageId: string
}
export type ProjectModifiedEvent = {
projectId: string
timestamp: number