Modified is always going to be set

This commit is contained in:
shamoon
2026-02-22 16:13:12 -08:00
parent 53e2d9b850
commit 47d15273f9
4 changed files with 9 additions and 17 deletions

View File

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