UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 202 B
import { OrderPrice } from './OrderPrice.js'; import './OrderCurrencyCodeEnum.js'; type BillingCreditBalance = { amount?: OrderPrice; balanceName?: string; }; export { BillingCreditBalance };