update sth :)

This commit is contained in:
2024-11-26 17:55:34 +07:00
parent 8b01df2111
commit 1062f5944d
4 changed files with 52 additions and 25 deletions

View File

@@ -5,4 +5,5 @@ export enum DocumentEvent {
PAGE_CREATED = 'document_page_created',
PAGE_DELETED = 'document_page_deleted',
ACTIVE_DOCUMENT_ID_CHANGED = 'document_active_document_id_changed',
REQUEST_SYNC = 'document_request_sync',
}