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 257 B
import type { GetPipeline } from './get-pipeline.js'; /** * Representation of the 'GetPipelines' schema. */ export type GetPipelines = { count?: number; resources: GetPipeline[]; } & Record<string, any>; //# sourceMappingURL=get-pipelines.d.ts.map