UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (6 loc) 231 B
import { CloudBillingViewUnitQuantityEnum } from './CloudBillingViewUnitQuantityEnum.js'; type CloudBillingViewQuantity = { unit?: CloudBillingViewUnitQuantityEnum; value?: number; }; export { CloudBillingViewQuantity };