@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 390 B
TypeScript
import { RenewForecastDetail } from './RenewForecastDetail';
import { RenewForecastPrices } from './RenewForecastPrices';
/** Representation of service's renew forecasting */
export interface RenewForecast {
/** Forecast details */
details: RenewForecastDetail[];
/** Prices for renew forecasting */
prices: RenewForecastPrices;
}
//# sourceMappingURL=RenewForecast.d.ts.map