import { PROPERTY_TYPE_CY, PROPERTY_TYPE_EN } from '@/types/locatorApi'; export default function getPropertyTypeEnum(): typeof PROPERTY_TYPE_CY | typeof PROPERTY_TYPE_EN;