import { SetEnqueueLoadBalancerPowerOffResult } from "./SetEnqueueLoadBalancerPowerOffResult";
/** ServerPlannedChangeDeletionResponse */
export interface ServerPlannedChangeDeletionResponse {
    /** ServerPlannedChangeDeletionResult */
    ServerPlannedChangeDeletionResult?: SetEnqueueLoadBalancerPowerOffResult;
}
