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

    Interface FindFlowRunsResponse

    interface FindFlowRunsResponse {
        items: FlowRun[];
        cursor?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    items: FlowRun[]
    cursor?: string