*/ class GetMediaInfoCommand implements CommandInterface { public function __construct( public string $imdbId, public string $mediaType, public ?int $season = null, public ?int $episode = null, ) {} }