UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 238 B
/** Parameters needed to create an Engagement */ export interface EngagementRequestCreation { /** Pricing mode to use in order to engage the Service */ pricingMode: string; } //# sourceMappingURL=EngagementRequestCreation.d.ts.map