Track item updatedBy as readonly metadata and inspect field

This commit is contained in:
Jage9
2026-02-27 02:27:16 -05:00
parent ac88195c6e
commit 4fcd006856
12 changed files with 35 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ export type WorldItem = {
x: number;
y: number;
createdBy: string;
updatedBy: string;
createdAt: number;
updatedAt: number;
version: number;