UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 268 B
import { BillingPaymentMeanEnum } from './BillingPaymentMeanEnum.js'; type DebtAssociatedObjectPaymentInfo = { description?: string | null; paymentType?: BillingPaymentMeanEnum; publicLabel?: string | null; }; export { DebtAssociatedObjectPaymentInfo };