@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 • 502 B
TypeScript
import type { BasePipelineResponse } from './base-pipeline-response.js';
import type { MSSharePointConfigurationGetResponse } from './ms-share-point-configuration-get-response.js';
/**
* Representation of the 'MSSharePointPipelineGetResponse' schema.
*/
export type MSSharePointPipelineGetResponse = BasePipelineResponse & {
type?: 'MSSharePoint';
configuration: MSSharePointConfigurationGetResponse;
} & Record<string, any>;
//# sourceMappingURL=ms-share-point-pipeline-get-response.d.ts.map