/** Details about the resiliation */
export interface ResiliationFollowUpDetail {
    /** Date when the resiliation will take effect */
    dateTodo: string;
    /** If the customer needs to return his modem */
    needModemReturn: boolean;
    /** Date when the resiliation was asked */
    registrationDate: string;
    /** Status of the resiliation */
    status: string;
}
//# sourceMappingURL=ResiliationFollowUpDetail.d.ts.map