UNPKG

@tapis/tapisui-api

Version:

Typescript library for making api calls with react query

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