UNPKG

@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 259 B
/** * Representation of the 'SharePointSiteGetResponse' schema. */ export type SharePointSiteGetResponse = { id?: string; name: string; includePaths?: string[]; } & Record<string, any>; //# sourceMappingURL=share-point-site-get-response.d.ts.map