UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 310 B
import { Price } from '../../order/Price'; /** Prices for renew forecasting */ export interface RenewForecastPrices { /** Tax */ tax: Price; /** Total price with tax */ withTax: Price; /** Total price without tax */ withoutTax: Price; } //# sourceMappingURL=RenewForecastPrices.d.ts.map