UNPKG

@tapis/tapisui-api

Version:

Typescript library for making api calls with react query

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