UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 322 B
import { BillingOrderPaymentMeanHttpParameterChoice } from './BillingOrderPaymentMeanHttpParameterChoice.js'; type BillingOrderPaymentMeanHttpParameter = { choice?: BillingOrderPaymentMeanHttpParameterChoice[] | null; name?: string; value?: string | null; }; export { BillingOrderPaymentMeanHttpParameter };