@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines • 332 B
TypeScript
/** Engagement request summary for a Service */
export interface EngagementRequestSummary {
/** Future pricing mode of the service, when the request has been processed */
pricingMode: string;
/** Date on which the request has been made */
requestDate: string;
}
//# sourceMappingURL=EngagementRequestSummary.d.ts.map