Newer
Older
TillQliro / Api / Data / ContainerInterface.php
@Jonas Jonsson Jonas Jonsson on 2 Apr 2024 281 bytes Initial
<?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
{
}