<?php
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Advanced Conditions for Magento 2
 */

namespace Amasty\Conditions\Model;

class Constants
{
    public const VALUE_SELECT_OPTIONS = 'value_select_options';

    public const MODULE_NAME = 'Advanced Conditions';
}
