Add new enums to match Flutter project structure
All checks were successful
Build frontend / build (push) Successful in 39s
All checks were successful
Build frontend / build (push) Successful in 39s
- Add RentPropertyCondition (WithFurniture/WithoutFurniture) - Add RentPropertyType (Furnished/Unfurnished/SemiFurnished) - Add RentType (Monthly/Daily) - Add PropertyService (13 services for detailsJSON) - Add PropertyTerm (NoSmoking/NoAnimals/NoParties) - Add Currency (SYP/USD) - Update enums barrel file
This commit is contained in:
@ -13,3 +13,9 @@ export { City, CitiesList, extractCity } from './City';
|
||||
export { LoginMethod } from './LoginMethod';
|
||||
export { OwnerType, OwnerTypeLabels } from './OwnerType';
|
||||
export { CustomerType, CustomerTypeLabels } from './CustomerType';
|
||||
export { RentPropertyCondition, RentPropertyConditionLabels } from './RentPropertyCondition';
|
||||
export { RentPropertyType, RentPropertyTypeLabels } from './RentPropertyType';
|
||||
export { RentType, RentTypeLabels } from './RentType';
|
||||
export { PropertyService, PropertyServiceLabels, PropertyServicesList } from './PropertyService';
|
||||
export { PropertyTerm, PropertyTermLabels, PropertyTermsList } from './PropertyTerm';
|
||||
export { Currency, CurrencyLabels, CurrencySymbols } from './Currency';
|
||||
|
||||
Reference in New Issue
Block a user