Frontend service doc updated ws

This commit is contained in:
shamoon
2026-02-17 00:02:49 -08:00
parent e19eddc078
commit 946e2367ca
3 changed files with 60 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
export interface WebsocketDocumentUpdatedMessage {
document_id: number
modified?: string
owner_id?: number
users_can_view?: number[]
groups_can_view?: number[]
}