angular ui

This commit is contained in:
2025-05-10 11:33:42 +02:00
parent a2048718d8
commit a3a48cad40
120 changed files with 7600 additions and 475 deletions

View File

@@ -0,0 +1,5 @@
export interface Command {
step: number;
type: string;
payload: any;
}