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 253 B
import type { SharePointSite } from './share-point-site.js'; /** * Representation of the 'SharePointConfig' schema. */ export type SharePointConfig = { site: SharePointSite; } & Record<string, any>; //# sourceMappingURL=share-point-config.d.ts.map