UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 279 B
import { Price as AliasTypePrice } from '../../../order/Price'; /** Price details for an offer */ export interface Price { /** Description of the price */ description: string; /** Price of the offer */ price?: AliasTypePrice; } //# sourceMappingURL=Price.d.ts.map