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