UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 273 B
import * as address from './address/index'; import * as building from './building/index'; import * as line from './line/index'; import * as otp from './otp/index'; export { address }; export { building }; export { line }; export { otp }; //# sourceMappingURL=index.d.ts.map