Interface CreateFlowNodeRequest

interface CreateFlowNodeRequest {
    type: string;
    config?: any;
    ui?: any;
    links?: FlowNodeLink[];
}

Properties

Properties

type: string
config?: any
ui?: any
links?: FlowNodeLink[]