feat: logicflow显示流程图
This commit is contained in:
@@ -38,4 +38,9 @@ export interface Flow {
|
||||
export interface FlowInfoResponse {
|
||||
image: string;
|
||||
list: Flow[];
|
||||
defChart: {
|
||||
defJson: Record<string, any>;
|
||||
nodeJsonList: Record<string, any>[];
|
||||
skipJsonList: Record<string, any>[];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user