UNPKG

@sap-ai-sdk/document-grounding

Version:

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

11 lines 449 B
import type { MSSharePointConfiguration } from './ms-share-point-configuration.js'; import type { MetaData } from './meta-data.js'; /** * Representation of the 'MSSharePointPipelineCreateRequest' schema. */ export type MSSharePointPipelineCreateRequest = { type: 'MSSharePoint'; configuration: MSSharePointConfiguration; metadata?: MetaData; } & Record<string, any>; //# sourceMappingURL=ms-share-point-pipeline-create-request.d.ts.map