@sap-ai-sdk/document-grounding
Version:
> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.
12 lines • 338 B
TypeScript
import type { IncludePathsArray } from './include-paths-array.js';
/**
* Representation of the 'SharePointSite' schema.
*/
export type SharePointSite = {
/**
* @example "sharepoint-site-name"
*/
name: string;
includePaths?: IncludePathsArray;
} & Record<string, any>;
//# sourceMappingURL=share-point-site.d.ts.map