export interface CustomPopup { popupEnabled: boolean description: string title: string
endDate: string
}