mirror of
https://gitee.com/cai_xiao_feng/lowflow-design.git
synced 2025-12-07 00:28:23 +08:00
删除多余字段
This commit is contained in:
parent
9e80f2204c
commit
1fd4ac70eb
@ -4,5 +4,4 @@ export interface FlowNode {
|
|||||||
name: string;
|
name: string;
|
||||||
type: string;
|
type: string;
|
||||||
child: FlowNode | null;
|
child: FlowNode | null;
|
||||||
props?: Record<string, any>;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user