| Current Path : /var/www/homesaver/www/bitrix/js/location/core/src/entity/format/ |
| 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;
}
}