UNPKG

@tapis/tapisui-api

Version:

Typescript library for making api calls with react query

6 lines (5 loc) 284 B
import { Systems } from '@tapis/tapis-typescript'; export declare const dockerRuntime: Systems.JobRuntime; export declare const singularityRuntime: Systems.JobRuntime; export declare const jobRuntimes: Array<Systems.JobRuntime>; export declare const tapisSystem: Systems.TapisSystem;