UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 342 B
import { Quantity } from './Quantity'; import { Price } from '../../order/Price'; /** HourlyRancherDetail */ export interface HourlyRancherDetail { /** Hours of Rancher */ quantity: Quantity; /** Rancher ID */ rancherId: string; /** Total price */ totalPrice: Price; } //# sourceMappingURL=HourlyRancherDetail.d.ts.map