UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 374 B
import * as create from './create/index'; import * as encryption from './encryption/index'; export * from './AttachedTo'; export * from './Backup'; export * from './BulkDeleteSnapshots'; export * from './Create'; export * from './Encryption'; export * from './Snapshot'; export * from './Update'; export { create }; export { encryption }; //# sourceMappingURL=index.d.ts.map