mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
add threadDeleted event
GitOrigin-RevId: 98ebe9797121b2c2e38f10a53de6b0f6b45a9362
This commit is contained in:
committed by
Copybot
parent
c20be33e74
commit
5423c5c792
@@ -35,6 +35,12 @@ export type CommentDeletedEvent = {
|
||||
messageId: string
|
||||
}
|
||||
|
||||
export type ThreadDeletedEvent = {
|
||||
projectId: string
|
||||
userId: string
|
||||
threadId: string
|
||||
}
|
||||
|
||||
export type ProjectModifiedEvent = {
|
||||
projectId: string
|
||||
timestamp: number
|
||||
|
||||
Reference in New Issue
Block a user