UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 230 B
import { OrderPrice } from './OrderPrice.js'; import './OrderCurrencyCodeEnum.js'; type MeMigrationStepDebt = { balanceAmount?: OrderPrice | null; ovhAccountAmount?: OrderPrice | null; }; export { MeMigrationStepDebt };