/** * This file was auto-generated by Fern from our API Definition. */ /** * Credentials being used to login to SFTP with host and port */ export interface SftpCredentials { username: string; password: string; host: string; port: string; }