export interface RetsObject {
  data: any
  objectId: number
  contentId: string
  contentType: string
  description: string
  location: string
}
