add threadDeleted event

GitOrigin-RevId: 98ebe9797121b2c2e38f10a53de6b0f6b45a9362
This commit is contained in:
Domagoj Kriskovic
2026-02-03 11:28:17 +01:00
committed by Copybot
parent c20be33e74
commit 5423c5c792

View File

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