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

    Interface FlowNodeHandlerRunResponse

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

    Properties

    output?: any
    errors?: ErrorData[]