/** Describe all services impacted by SLA */
export interface SlaOperationService {
    /** Service description */
    description: string;
    /** Impacted service name */
    serviceName: string;
    /** SLA plan application */
    slaApplication: string;
    /** SLA plan description */
    slaPlan: string;
}
//# sourceMappingURL=SlaOperationService.d.ts.map