UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 211 B
import { OrderPrice } from './OrderPrice.js'; import './OrderCurrencyCodeEnum.js'; type CloudArchiveStoragePrice = { monthlyPrice?: OrderPrice; region?: string; }; export { CloudArchiveStoragePrice };