UNPKG

@sap-ai-sdk/document-grounding

Version:

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

10 lines 285 B
import type { MetaData } from './meta-data.js'; /** * Representation of the 'BasePipelineResponse' schema. */ export type BasePipelineResponse = { id: string; type: string; metadata?: MetaData; } & Record<string, any>; //# sourceMappingURL=base-pipeline-response.d.ts.map