UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 276 B
import { CloudBillingViewQuantity } from './CloudBillingViewQuantity.js'; import './CloudBillingViewUnitQuantityEnum.js'; type CloudBillingViewVolumeSnapshot = { quantity?: CloudBillingViewQuantity; totalPrice?: number; }; export { CloudBillingViewVolumeSnapshot };