Create GenericFile.php
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3556363. -->
Reported by: [marcus_johansson](https://www.drupal.org/user/385947)
Related to !1003
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p><strong>This is tagged novice, if you are not a novice or have extensively contributed to the project, please do not work on this issue</strong></p>
<p>Currently we have ImageFile, VideoFile, AudioFile and DocumentFile that maps fairly well to the kind of files that different operation types and providers can take and also the typical media types in Drupal. </p>
<p>However agents might have tools that works for other type of files or there might be an unknown type of file that is not covered by any of the files above. We should create a GenericFile.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Check in the src/OperationType/GenericType for the current file type.<br>
Add a file type called GenericFile in GenericFile.php that extends the AbstractFileBase.php</p>
issue