| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/location/core/src/entity/address/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/location/core/src/entity/address/addresslink.js |
export default class AddressLink
{
#entityId;
#entityType;
constructor(props)
{
this.#entityId = props.entityId;
this.#entityType = props.entityType;
}
get entityId()
{
return this.#entityId;
}
get entityType()
{
return this.#entityType
}
}