Type alias ListHubFlowsResponse

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

Type declaration

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