UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

16 lines (13 loc) 359 B
import { OrderPrice } from './OrderPrice.js'; import './OrderCurrencyCodeEnum.js'; type BillingBillDetail = { billDetailId?: string; description?: string; domain?: string; periodEnd?: Date | null; periodStart?: Date | null; quantity?: string; totalPrice?: OrderPrice; unitPrice?: OrderPrice; }; export { BillingBillDetail };