UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 294 B
import * as group from './group/index'; import * as purchaseOrder from './purchaseOrder/index'; import * as report from './report/index'; import * as tasks from './tasks/index'; export { group }; export { purchaseOrder }; export { report }; export { tasks }; //# sourceMappingURL=index.d.ts.map