UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 419 B
import { Price } from '../order/Price'; /** Show the deconsolidation terms */ export interface DeconsolidationTerms { /** Duration of month the access will be engaged */ engagement: number; /** Price with it's currency and textual representation */ monthlyPrice: Price; /** Price with it's currency and textual representation */ price: Price; } //# sourceMappingURL=DeconsolidationTerms.d.ts.map