UNPKG

@sap-ai-sdk/document-grounding

Version:

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

8 lines 328 B
import type { SharePointSiteDetail } from './share-point-site-detail.js'; /** * Representation of the 'MSSharePointConfigurationMinimal' schema. */ export type MSSharePointConfigurationMinimal = { sharePoint: SharePointSiteDetail; } & Record<string, any>; //# sourceMappingURL=ms-share-point-configuration-minimal.d.ts.map