UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

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