UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 315 B
import { MonthlyInstanceBulkParams } from './instance/MonthlyInstanceBulkParams'; /** Missing description */ export interface ProjectActivateMonthlyBillingCreation { /** Instance ids and regions */ instances: MonthlyInstanceBulkParams[]; } //# sourceMappingURL=ProjectActivateMonthlyBillingCreation.d.ts.map