@@ -0,0 +1,8 @@
+<?php
+
+namespace Yxy\Service;
+interface GameSourceServiceInterface
+{
+ public function getById(int $id, array $field = ['*']): array;
+}