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 212 B
/** * Representation of the 'IncludePathsArray' schema. * @example [ * "/testFolder1", * "/testFolder2" * ] */ export type IncludePathsArray = string[]; //# sourceMappingURL=include-paths-array.d.ts.map