UNPKG

@sap-ai-sdk/document-grounding

Version:

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

12 lines 351 B
import type { PipelineExecutionData } from './pipeline-execution-data.js'; /** * Representation of the 'GetPipelineExecutions' schema. */ export type GetPipelineExecutions = { /** * @example 2 */ count?: number; resources?: PipelineExecutionData[]; } & Record<string, any>; //# sourceMappingURL=get-pipeline-executions.d.ts.map