Skip to content

Commit

Permalink
Fixed compatibility with TypeScript 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaaash committed Oct 10, 2015
1 parent 3cd6db2 commit 4cb7308
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/sftp-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ interface SftpResponse extends SftpPacketReader {
interface SftpCommandInfo extends Object {
command: string;
path?: string;
oldPath?: string;
newPath?: string;
targetPath?: string;
linkPath?: string;
handle?: any;
}

Expand Down

0 comments on commit 4cb7308

Please sign in to comment.