feat: add operational timeline workspace

This commit is contained in:
2026-08-19 16:42:41 +08:00
parent d2f2895c36
commit 45f1ebee7e
19 changed files with 1127 additions and 105 deletions
+8
View File
@@ -28,3 +28,11 @@ export type {
ArtifactViewMode,
WorkbenchSurfaceMode
} from "./workspace/workspace-model";
export type {
OperationalEvent,
OperationalEventImportance,
OperationalEventLane,
OperationalEventStatus,
OperationalTimelineMode
} from "./operational-timeline/operational-timeline-model";
export type { WorkspaceContext, WorkspaceTimeRange } from "./workspace/workspace-context";