*/ class DownloadSeasonCommand implements CommandInterface { public function __construct( public int $userId, public int $season, public string $imdbId, public string $mediaType = 'tvshows', ) {} }