UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 285 B
import { CloudBillingViewQuantity } from './CloudBillingViewQuantity.js'; import './CloudBillingViewUnitQuantityEnum.js'; type CloudBillingViewComponent = { name?: string; quantity?: CloudBillingViewQuantity; totalPrice?: number; }; export { CloudBillingViewComponent };