| Current Path : /var/www/homesaver/www/bitrix/js/catalog/product-selector/src/models/ |
| 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', '');
}
}