@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
7 lines • 315 B
TypeScript
import { MonthlyInstanceBulkParams } from './instance/MonthlyInstanceBulkParams';
/** Missing description */
export interface ProjectActivateMonthlyBillingCreation {
/** Instance ids and regions */
instances: MonthlyInstanceBulkParams[];
}
//# sourceMappingURL=ProjectActivateMonthlyBillingCreation.d.ts.map