import { ResiliationReasonEnum } from './ResiliationReasonEnum';
/** Information about the reason for the resiliation */
export interface ResiliationSurvey {
    /** Comment about this resiliation */
    comment?: string;
    /** Reason of a resiliation */
    type: ResiliationReasonEnum;
}
//# sourceMappingURL=ResiliationSurvey.d.ts.map