Interface ListFlowsForIntegrationQuery

interface ListFlowsForIntegrationQuery {
    includeArchived?: boolean;
    search?: string;
    limit?: number;
    cursor?: string;
    universalFlowId?: string;
}

Hierarchy (view full)

Properties

includeArchived?: boolean
search?: string
limit?: number
cursor?: string
universalFlowId?: string