UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 346 B
import * as attached from './attached/index'; import * as detachBackup from './detachBackup/index'; import * as reschedule from './reschedule/index'; import * as restore from './restore/index'; export * from './Attached'; export { attached }; export { detachBackup }; export { reschedule }; export { restore }; //# sourceMappingURL=index.d.ts.map