<?php
/**
 * Copyright © Qliro AB. All rights reserved.
 * See LICENSE.txt for license details.
 */

namespace Qliro\QliroOne\Api\Data;

/**
 * Container interface.
 *
 * Dummy container interface used by the ContainerMapper class.
 *
 * @api
 */
interface ContainerInterface
{
}
