UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

13 lines (10 loc) 274 B
import { OrderPrice } from './OrderPrice.js'; import './OrderCurrencyCodeEnum.js'; type CloudFlavorPrice = { flavorId?: string; flavorName?: string; monthlyPrice?: OrderPrice | null; price?: OrderPrice; region?: string; }; export { CloudFlavorPrice };