import { Credential } from './Credential'; export interface UnixCredential extends Credential { user?: string; loginType?: string; password?: string; privateKey?: string; sshPort?: number; sshRightsElevationType?: string; targetUser?: string; targetUserPassword?: string; }