import type { DataRepositoryWithDocuments } from './data-repository-with-documents.js'; /** * Representation of the 'RetrievalDataRepositorySearchResult' schema. */ export type RetrievalDataRepositorySearchResult = { dataRepository: DataRepositoryWithDocuments; } & Record; //# sourceMappingURL=retrieval-data-repository-search-result.d.ts.map