@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
40 lines • 1.34 kB
TypeScript
import * as SupportLevel from './SupportLevel/index';
import * as abuse from './abuse/index';
import * as agreements from './agreements/index';
import * as billing from './billing/index';
import * as consent from './consent/index';
import * as consumption from './consumption/index';
import * as contact from './contact/index';
import * as credit from './credit/index';
import * as dns from './dns/index';
import * as geolocation from './geolocation/index';
import * as incident from './incident/index';
import * as insight from './insight/index';
import * as marketing from './marketing/index';
import * as migration from './migration/index';
import * as partnerLevel from './partnerLevel/index';
import * as payment from './payment/index';
import * as paymentMean from './paymentMean/index';
import * as repricing from './repricing/index';
import * as tag from './tag/index';
export * from './Migration';
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 };
//# sourceMappingURL=index.d.ts.map