UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 222 B
import * as customizations from './customizations/index.js'; import * as storage from './storage/index.js'; export * from './Customizations.js'; export * from './Storage.js'; export { customizations }; export { storage };