We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84350c6 commit 011c4adCopy full SHA for 011c4ad
src/search/index.ts
@@ -6,3 +6,5 @@ const searchServicesRepository = new SearchServicesRepository()
6
const getSearchServices = new GetSearchServices(searchServicesRepository)
7
8
export { getSearchServices }
9
+
10
+export { SearchService } from './domain/models/SearchService'
0 commit comments