删除多余字段

This commit is contained in:
caixiaofeng 2023-09-26 17:12:21 +08:00
parent 9e80f2204c
commit 1fd4ac70eb

View File

@ -4,5 +4,4 @@ export interface FlowNode {
name: string;
type: string;
child: FlowNode | null;
props?: Record<string, any>;
}