UNPKG

@tapis/tapisui-api

Version:

Typescript library for making api calls with react query

4 lines (3 loc) 228 B
import { Systems } from '@tapis/tapis-typescript'; declare const getGlobusAuthUrl: (params: Systems.GetGlobusAuthUrlRequest, basePath: string, jwt: string) => Promise<Systems.RespGlobusAuthUrl>; export default getGlobusAuthUrl;