UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

16 lines 526 B
import * as share from './share/index'; import * as storage from './storage/index'; export * from './AllowedQuota'; export * from './ComputeQuota'; export * from './InstanceUsageQuotas'; export * from './KeymanagerQuotas'; export * from './KeypairQuotas'; export * from './LoadbalancerQuotas'; export * from './NetworkQuota'; export * from './NetworkQuotas'; export * from './Quotas'; export * from './VolumeQuota'; export * from './VolumeUsageQuotas'; export { share }; export { storage }; //# sourceMappingURL=index.d.ts.map