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