UNPKG

@tapis/tapisui-api

Version:

Typescript library for making api calls with react query

4 lines (3 loc) 199 B
import { Pods } from '@tapis/tapis-typescript'; declare const getPodLogs: (params: Pods.GetPodLogsRequest, basePath: string, jwt: string) => Promise<Pods.PodLogsResponse>; export default getPodLogs;