UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (9 loc) 270 B
import { CloudUsagePaymentTypeEnum } from './CloudUsagePaymentTypeEnum.js'; type CloudUsageUsageBill = { bill_id?: string; credit?: number; part?: number; payment_type?: CloudUsagePaymentTypeEnum; total?: number; }; export { CloudUsageUsageBill };