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