mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
server-ts: Fix errors in abstract_becca_entity
This commit is contained in:
@@ -6,7 +6,7 @@ export interface EntityChange {
|
||||
entity?: any;
|
||||
positions?: Record<string, string>;
|
||||
hash: string;
|
||||
utcDateChanged: string;
|
||||
utcDateChanged?: string;
|
||||
isSynced: boolean | 1 | 0;
|
||||
isErased: boolean | 1 | 0;
|
||||
componentId?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user