[web] add commentEdited and commentDeleted events for dsmp
GitOrigin-RevId: 6e43ffd2d782f35ef8202aeb5ef7edf25c0c3a88
This commit is contained in:
committed by
Copybot
parent
8f173d7dc7
commit
c20be33e74
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user