using xAiApi.Data.Models.Entities; using xDataService.Interfaces; namespace xAiApi.Data.Interfaces { public interface IXTestGraphQLTypeHelper : IXBaseGraphQLTypeHelper { } }