Type Alias ListHubFlowsResponse

ListHubFlowsResponse: {
    flows?: {
        approved: boolean;
        apps: string[];
        flow_id: number;
        id: number;
        summary: string;
        votes: number;
    }[];
}