UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines (8 loc) 250 B
import * as address from './address/index.js'; import * as building from './building/index.js'; import * as line from './line/index.js'; import * as otp from './otp/index.js'; export { address }; export { building }; export { line }; export { otp };