Interface FindFlowRunsResponse

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

Hierarchy (View Summary)

Properties

Properties

items: FlowRun[]
cursor?: string