UNPKG

@tapis/tapisui-api

Version:

Typescript library for making api calls with react query

4 lines (3 loc) 197 B
import { Tenants } from '@tapis/tapis-typescript'; declare const list: (params: Tenants.ListTenantsRequest, basePath: string, jwt: string) => Promise<Tenants.RespListTenants>; export default list;