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