UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines (11 loc) 366 B
import * as create from './create/index.js'; import * as encryption from './encryption/index.js'; export * from './AttachedTo.js'; export * from './Backup.js'; export * from './BulkDeleteSnapshots.js'; export * from './Create.js'; export * from './Encryption.js'; export * from './Snapshot.js'; export * from './Update.js'; export { create }; export { encryption };