This commit is contained in:
Samuel Andert
2023-08-05 13:59:10 +02:00
parent 6f9c2da0ac
commit 28b55dee79
4 changed files with 12 additions and 14 deletions

View File

@ -22,7 +22,7 @@
me?: { id: string; do: any; data: any };
slot?: string;
component?: string;
store?: Record<string, any>;
data?: Record<string, any>;
children?: IComposer[];
machine?: any;
}