UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

13 lines (10 loc) 299 B
import { OrderPrice } from './OrderPrice.js'; import './OrderCurrencyCodeEnum.js'; type OrderOrderPrices = { originalWithoutTax?: OrderPrice | null; reduction?: OrderPrice | null; tax?: OrderPrice; withTax?: OrderPrice; withoutTax?: OrderPrice; }; export { OrderOrderPrices };