import { RecurrentModifyModel } from "./recurrent-modify.model"; export interface RecurrentModifyEndDateModel extends RecurrentModifyModel { endDate: string }