@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
11 lines • 311 B
TypeScript
import { Quantity } from './Quantity';
/** BandwidthStorage */
export interface BandwidthStorage {
/** Total bandwidth in GiB */
quantity: Quantity;
/** List of resource IDs */
resourceIds: string[];
/** Total price */
totalPrice: number;
}
//# sourceMappingURL=BandwidthStorage.d.ts.map