- bug fixes

This commit is contained in:
zachary
2025-04-12 18:34:35 -07:00
parent 8a5683fe79
commit e378feeefe
4 changed files with 20 additions and 27 deletions

View File

@@ -25,6 +25,7 @@ class SiteName(Enum):
class SearchPropertyType(Enum):
SINGLE_FAMILY = "single_family"
APARTMENT = "apartment"
CONDOS = "condos"
CONDO_TOWNHOME_ROWHOME_COOP = "condo_townhome_rowhome_coop"
CONDO_TOWNHOME = "condo_townhome"