<?php declare(strict_types = 1); namespace Frenet\Command\Shipping; /** * Class InfoInterface * @package Frenet\Command\Shipping */ interface InfoInterface { }