export interface ICustomPopup {
  description: string
  popupEnabled: boolean
  title: string
}