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