*/ class GetMediaInfoCommand implements CommandInterface { public function __construct( public string $tmdbId, public string $mediaType, ) {} }