Add persistent history stacks

This commit is contained in:
Julian Appel 2026-07-23 21:48:24 +02:00
parent 2d0aa11d9c
commit 1e4dd26bb8
24 changed files with 2294 additions and 15 deletions

View file

@ -10,6 +10,7 @@ export interface ExecuteCircuitUpdateCommandInput {
source: ProjectRevisionSource;
description?: string;
actorId?: string;
historyTargetChangeSetId?: string;
command: CircuitUpdateProjectCommand;
}