UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (5 loc) 271 B
import { CloudInstanceMonthlyInstanceBulkParams } from './CloudInstanceMonthlyInstanceBulkParams.js'; type CloudProjectActivateMonthlyBillingCreation = { instances: CloudInstanceMonthlyInstanceBulkParams[]; }; export { CloudProjectActivateMonthlyBillingCreation };