UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

40 lines (39 loc) 1.37 kB
import * as SupportLevel from './SupportLevel/index.js'; import * as abuse from './abuse/index.js'; import * as agreements from './agreements/index.js'; import * as billing from './billing/index.js'; import * as consent from './consent/index.js'; import * as consumption from './consumption/index.js'; import * as contact from './contact/index.js'; import * as credit from './credit/index.js'; import * as dns from './dns/index.js'; import * as geolocation from './geolocation/index.js'; import * as incident from './incident/index.js'; import * as insight from './insight/index.js'; import * as marketing from './marketing/index.js'; import * as migration from './migration/index.js'; import * as partnerLevel from './partnerLevel/index.js'; import * as payment from './payment/index.js'; import * as paymentMean from './paymentMean/index.js'; import * as repricing from './repricing/index.js'; import * as tag from './tag/index.js'; export * from './Migration.js'; export { SupportLevel }; export { abuse }; export { agreements }; export { billing }; export { consent }; export { consumption }; export { contact }; export { credit }; export { dns }; export { geolocation }; export { incident }; export { insight }; export { marketing }; export { migration }; export { partnerLevel }; export { payment }; export { paymentMean }; export { repricing }; export { tag };