Add toolMode to EditorStoreSnapshot interface

This commit is contained in:
2026-04-03 00:27:03 +02:00
parent 18d2fffce2
commit 5718fd87fc

View File

@@ -21,6 +21,7 @@ interface EditorStoreSnapshot {
kind: string;
ids?: string[];
};
toolMode: string;
document: {
assets: Record<string, { id: string; kind: string; sourceName: string }>;
modelInstances: Record<string, { position: { x: number; y: number; z: number } }>;