@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 • 388 B
TypeScript
import type { SharePointConfigGetResponse } from './share-point-config-get-response.js';
/**
* Representation of the 'MSSharePointConfigurationGetResponse' schema.
*/
export type MSSharePointConfigurationGetResponse = {
destination: string;
sharePoint: SharePointConfigGetResponse;
} & Record<string, any>;
//# sourceMappingURL=ms-share-point-configuration-get-response.d.ts.map