fix:更新IComponent接口
This commit is contained in:
@ -11,5 +11,7 @@ export interface IComponent {
|
||||
slots:IComponent[];
|
||||
orchestrations:JSON;
|
||||
version:string;
|
||||
loop:JSON
|
||||
loop:JSON;
|
||||
disable: boolean,
|
||||
visible: boolean,
|
||||
}
|
||||
Reference in New Issue
Block a user