mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
server-ts: cls.js -> cls.ts
This commit is contained in:
12
src/services/entity_changes.ts
Normal file
12
src/services/entity_changes.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface EntityChange {
|
||||
id?: string;
|
||||
entityName: string;
|
||||
entityId: string;
|
||||
hash: string;
|
||||
utcDateChanged: string;
|
||||
isSynced: boolean | 1 | 0;
|
||||
isErased: boolean | 1 | 0;
|
||||
componentId?: string | null;
|
||||
changeId?: string | null;
|
||||
instanceId?: string | null;
|
||||
}
|
||||
Reference in New Issue
Block a user