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

namespace Amasty\GdprCookie\Ui\Component\Listing\Columns;

class CustomerLink extends AbstractLink
{
    public const URL = 'customer/index/edit';
    public const ID_FIELD_NAME = 'customer_id';
}
