tdc-js-modules
Version:
15 lines (14 loc) • 406 B
text/typescript
import { ColumnType } from './ColumnT';
import { UseQueryReturnT, UseQueryT, UseQueryConfigT } from './UseQuery';
import { UsePostReturnType, UsePostConfigType } from './usePost';
import { UseGetReturnType, UseFetchConfigType } from './useGet';
export {
ColumnType,
UseQueryReturnT,
UseQueryT,
UseQueryConfigT,
UseGetReturnType,
UseFetchConfigType,
UsePostReturnType,
UsePostConfigType,
};