Your IP : 172.70.127.68


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/location/core/src/entity/address/
Upload File :
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
	}
}