toi cam thay minh la sieu nhan

This commit is contained in:
2024-11-15 18:18:37 +07:00
parent ff45e69efd
commit 7e4a4283e6
12 changed files with 499 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
export enum DocumentEvent {
CREATED = 'document_created',
CHANGED = 'document_changed',
DELETED = 'document_deleted',
SAVED = 'document_saved',
PAGE_CREATED = 'document_page_created',
PAGE_DELETED = 'document_page_deleted',
}