Type Alias ListFlowsResponse

ListFlowsResponse: (Flow & {
    draft_only?: boolean;
    has_draft?: boolean;
})[]