Interface FindFlowRunsResponse

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

Hierarchy (view full)

Properties

Properties

items: FlowRun[]
cursor?: string