<?php

declare(strict_types=1);

namespace Leadlion\Autogedal\Model\Export\Product\Attributes;

/**
 * Export-specific storage for feed attributes
 */
class FeedAttributesStorage extends \Amasty\Feed\Model\Export\Product\Attributes\FeedAttributesStorage
{
    /**
     * Attributes prefixes
     */
    public const PREFIX_CUSTOM_PRODUCT_TYPE = 'product_custom_type';
    public const PREFIX_CATEGORY_SHIP_COST = 'category_ship_cost';
}
