UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 239 B
import { OrderPrice } from './OrderPrice.js'; import './OrderCurrencyCodeEnum.js'; type CloudProjectNewProjectInfoVoucher = { credit?: OrderPrice; paymentMethodRequired?: boolean; }; export { CloudProjectNewProjectInfoVoucher };