UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 292 B
import { HostingWebOfferEnum } from './HostingWebOfferEnum.js'; import { OrderPrice } from './OrderPrice.js'; import './OrderCurrencyCodeEnum.js'; type HostingWebAvailableOfferStruct = { offer?: HostingWebOfferEnum; price?: OrderPrice; }; export { HostingWebAvailableOfferStruct };