UNPKG

@sap-ai-sdk/document-grounding

Version:

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

9 lines 328 B
import type { PipelineMinimalResponse } from './pipeline-minimal-response.js'; /** * Representation of the 'SearchPipelinesResponse' schema. */ export type SearchPipelinesResponse = { count?: number; resources: PipelineMinimalResponse[]; } & Record<string, any>; //# sourceMappingURL=search-pipelines-response.d.ts.map