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