<?xml version="1.0"?>
<!--
/**
 * @package     Plumrocket_SizeChart
 * @copyright   Copyright (c) 2020 Plumrocket Inc. (https://plumrocket.com)
 * @license     https://plumrocket.com/license   End-user License Agreement
 */
 -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <preference for="Plumrocket\SizeChart\Api\SizechartRepositoryInterface" type="Plumrocket\SizeChart\Model\SizechartRepository"/>
    <preference for="Plumrocket\SizeChart\Api\Data\SizechartInterface" type="Plumrocket\SizeChart\Model\Sizechart"/>
    <preference for="Plumrocket\SizeChart\Api\SizeChartProviderInterface" type="Plumrocket\SizeChart\Model\SizeChartProvider"/>
</config>
