UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 255 B
import { Quantity } from './Quantity'; /** BandwidthInstance */ export interface BandwidthInstance { /** Total bandwidth in GiB */ quantity: Quantity; /** Total price */ totalPrice: number; } //# sourceMappingURL=BandwidthInstance.d.ts.map