UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 250 B
import { OrderPrice } from './OrderPrice.js'; import './OrderCurrencyCodeEnum.js'; type ServiceRenewRenewForecastPrices = { tax?: OrderPrice; withTax?: OrderPrice; withoutTax?: OrderPrice; }; export { ServiceRenewRenewForecastPrices };