Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/catalog/product-selector/src/models/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/catalog/product-selector/src/models/simple.js

import {Base} from "./base";

export class Simple extends Base
{
	getName(): string
	{
		return this.getConfig('NAME', '');
	}
}