server-ts: Port consistency_checks

This commit is contained in:
Elian Doran
2024-04-03 20:47:41 +03:00
parent ed47c23e23
commit aa233b8adb
7 changed files with 111 additions and 49 deletions

View File

@@ -7,6 +7,8 @@ export interface EntityChange {
positions?: Record<string, number>;
hash: string;
utcDateChanged?: string;
utcDateModified?: string;
utcDateCreated?: string;
isSynced: boolean | 1 | 0;
isErased: boolean | 1 | 0;
componentId?: string | null;