UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

13 lines 467 B
import { Price } from '../order/Price'; /** Information about modem exchange */ export interface ModemExchangeInfo { /** To know if you can exchange your modem */ canExchange: boolean; /** Model of the new modem */ newModel: string; /** Price with it's currency and textual representation */ price: Price; /** Price with it's currency and textual representation */ priceWithTax: Price; } //# sourceMappingURL=ModemExchangeInfo.d.ts.map