UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

16 lines (15 loc) 530 B
import * as share from './share/index.js'; import * as storage from './storage/index.js'; export * from './AllowedQuota.js'; export * from './ComputeQuota.js'; export * from './InstanceUsageQuotas.js'; export * from './KeymanagerQuotas.js'; export * from './KeypairQuotas.js'; export * from './LoadbalancerQuotas.js'; export * from './NetworkQuota.js'; export * from './NetworkQuotas.js'; export * from './Quotas.js'; export * from './VolumeQuota.js'; export * from './VolumeUsageQuotas.js'; export { share }; export { storage };