UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 246 B
/** Instance with region to set as monthly billing */ export interface MonthlyInstanceBulkParams { /** Instance id */ instanceId: string; /** Region name */ region: string; } //# sourceMappingURL=MonthlyInstanceBulkParams.d.ts.map