export const propertyDefaultValues = {
  listingType: "sell",
  propertyType: "",
  subcategory: "",
  title: "",
  description: "",
  project: "",
  state: "",
  city: "",
  locality: "",
  configuration: "",
  furnishingType: "",
  facing: "",
  carpetArea: undefined,
  builtUpArea: undefined,
  superBuiltUpArea: undefined,
  unitOfMeasurement: "sqyard",
  flatNumber: "",
  projectUnit: "",
  floorNumber: undefined,
  totalFloors: undefined,
  bathrooms: "",
  balconies: "",
  pantry: "",
  parking: "",
  ageOfProperty: "",
  allDocuments: "",
  widthDepth: "",
  fencing: "",
  length: undefined,
  width: undefined,
  waterSupply: "",
  fireNOC: "",
  loadingArea: undefined,
  ownerName: "",
  ownerContact: "",
  ownerEmail: "",
  price: undefined,
  ownershipType: "Freehold",
  brokerageAvailable: "yes",
  brokerageAmount: undefined,
  availability: "",
  monthlyRent: undefined,
  securityDeposit: undefined,
  maintenanceCharges: undefined,
  lockInPeriod: "",
  leaseDuration: "",
  agreementType: "",
  amenities: [],
  propertyTags: [],
};
