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