UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (5 loc) 230 B
import { BillingReusablePaymentMeanEnum } from './BillingReusablePaymentMeanEnum.js'; type BillingOrderRegisteredPaymentMean = { paymentMean?: BillingReusablePaymentMeanEnum; }; export { BillingOrderRegisteredPaymentMean };