export interface EntityChange { id?: number | null; noteId?: string; entityName: string; entityId: string; entity?: any; positions?: Record; hash: string; utcDateChanged?: string; isSynced: boolean | 1 | 0; isErased: boolean | 1 | 0; componentId?: string | null; changeId?: string | null; instanceId?: string | null; }