@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
13 lines • 340 B
TypeScript
import { Quantity } from './Quantity';
/** HourlyVolumeDetail */
export interface HourlyVolumeDetail {
/** GiBh of volume */
quantity: Quantity;
/** Resource ID */
resourceId: string;
/** Total price */
totalPrice: number;
/** Volume ID */
volumeId: string;
}
//# sourceMappingURL=HourlyVolumeDetail.d.ts.map