UNPKG

@sap-ai-sdk/document-grounding

Version:

> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.

8 lines 334 B
import type { DataRepositoryWithDocuments } from './data-repository-with-documents.js'; /** * Representation of the 'DataRepositorySearchResult' schema. */ export type DataRepositorySearchResult = { dataRepository: DataRepositoryWithDocuments; } & Record<string, any>; //# sourceMappingURL=data-repository-search-result.d.ts.map