UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 226 B
import { OrderPrice } from './OrderPrice.js'; import './OrderCurrencyCodeEnum.js'; type CloudProjectInstanceMonthlyBilling = { activatedOn?: Date; cost?: OrderPrice; }; export { CloudProjectInstanceMonthlyBilling };