Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/location/core/src/entity/format/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/location/core/src/entity/format/formattemplate.js

export default class FormatTemplate
{
	type;
	template;

	constructor(type: string, template: string)
	{
		this.type = type;
		this.template = template;
	}
}