@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
25 lines • 797 B
TypeScript
import * as dedicated from './dedicated/index';
import * as dedicatedCloud from './dedicatedCloud/index';
import * as domain from './domain/index';
import * as email from './email/index';
import * as hosting from './hosting/index';
import * as license from './license/index';
import * as overTheBox from './overTheBox/index';
import * as pack from './pack/index';
import * as saas from './saas/index';
import * as telephony from './telephony/index';
import * as vps from './vps/index';
import * as xdsl from './xdsl/index';
export { dedicated };
export { dedicatedCloud };
export { domain };
export { email };
export { hosting };
export { license };
export { overTheBox };
export { pack };
export { saas };
export { telephony };
export { vps };
export { xdsl };
//# sourceMappingURL=index.d.ts.map