server-ts: Fix some build errors

This commit is contained in:
Elian Doran
2024-02-17 11:54:41 +02:00
parent 030aec2f3e
commit 4df599fec2
2 changed files with 5 additions and 4 deletions

View File

@@ -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;