UNPKG

@sap-ai-sdk/document-grounding

Version:

> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.

10 lines 318 B
import type { IncludePathsArray } from './include-paths-array.js'; /** * Representation of the 'SFTPConfigurationMinimal' schema. */ export type SFTPConfigurationMinimal = { sftp: { includePaths?: IncludePathsArray; } & Record<string, any>; }; //# sourceMappingURL=sftp-configuration-minimal.d.ts.map