UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (9 loc) 258 B
import { OrderPrice } from './OrderPrice.js'; import './OrderCurrencyCodeEnum.js'; type XdslModemExchangeInfo = { canExchange?: boolean; newModel?: string; price?: OrderPrice; priceWithTax?: OrderPrice; }; export { XdslModemExchangeInfo };