UNPKG

@tapis/tapisui-api

Version:

Typescript library for making api calls with react query

7 lines (6 loc) 268 B
import { Workflows } from '@tapis/tapis-typescript'; type ListAllPipelinesParams = { groupIds: Array<string>; }; declare const listAll: (params: ListAllPipelinesParams, basePath: string, jwt: string) => Promise<Workflows.RespPipelineList>; export default listAll;