Membrane React - v0.6.0
    Preparing search index...

    Interface FlowNodeHandlerRunResponse

    interface FlowNodeHandlerRunResponse {
        status?: FlowNodeRunStatus;
        output?: any;
        errors?: ErrorData[];
    }
    Index

    Properties

    output?: any
    errors?: ErrorData[]