bling bling

This commit is contained in:
2024-11-25 19:46:23 +07:00
parent c063f1a10e
commit 84a09375da
6 changed files with 152 additions and 39 deletions

View File

@@ -6,4 +6,5 @@ export enum DocumentEvent {
PAGE_CREATED = 'document_page_created',
PAGE_DELETED = 'document_page_deleted',
DOCUMENT_CREATED = 'document_created',
ACTIVE_DOCUMENT_ID_CHANGED = 'document_active_document_id_changed',
}