node-ovh-ts
Version:
OVH API wrapper library for TypeScript
11 lines (8 loc) • 307 B
TypeScript
import { CloudBillingViewQuantity } from './CloudBillingViewQuantity.js';
import './CloudBillingViewUnitQuantityEnum.js';
type CloudBillingViewHourlyVolumeDetail = {
quantity?: CloudBillingViewQuantity;
totalPrice?: number;
volumeId?: string;
};
export { CloudBillingViewHourlyVolumeDetail };