UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 331 B
import { CloudBillingViewComponent } from './CloudBillingViewComponent.js'; import './CloudBillingViewQuantity.js'; import './CloudBillingViewUnitQuantityEnum.js'; type CloudBillingViewRegionalizedResource = { components?: CloudBillingViewComponent[]; region?: string; }; export { CloudBillingViewRegionalizedResource };