UNPKG

@tapis/tapisui-api

Version:

Typescript library for making api calls with react query

4 lines (3 loc) 202 B
import { Workflows } from '@tapis/tapis-typescript'; declare const details: (basePath: string, jwt: string, params: Workflows.GetSecretRequest) => Promise<Workflows.RespSecret>; export default details;