UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

13 lines (10 loc) 415 B
import { CloudBillingViewRegionalizedResource } from './CloudBillingViewRegionalizedResource.js'; import './CloudBillingViewComponent.js'; import './CloudBillingViewQuantity.js'; import './CloudBillingViewUnitQuantityEnum.js'; type CloudBillingViewTypedResources = { resources?: CloudBillingViewRegionalizedResource[]; totalPrice?: number; type?: string; }; export { CloudBillingViewTypedResources };