UNPKG

@tapis/tapisui-api

Version:

Typescript library for making api calls with react query

6 lines (5 loc) 224 B
export { default as list } from './list'; export { default as listAll } from './listAll'; export { default as details } from './details'; export { default as create } from './create'; export { default as run } from './run';