UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 326 B
import { EndRule } from '../billing/engagement/EndRule'; /** Engagement summary for a Service */ export interface EngagementSummary { /** Engagement end date */ endDate?: string; /** Describes the rule applied at the end of the Engagement */ endRule?: EndRule; } //# sourceMappingURL=EngagementSummary.d.ts.map