<?php
namespace Kiri\Di\Interface;
interface InjectParameterInterface
{
public function dispatch(): mixed;
}