Skip to content

Commit

Permalink
Adds the optional column changedRows to ResultSetHeader interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex de Melo Silva committed Aug 26, 2021
1 parent 7c4d362 commit 78cbc42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/mysql/lib/protocol/packets/ResultSetHeader.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ declare interface ResultSetHeader {
insertId: number;
serverStatus: number;
warningStatus: number;
changedRows?: number;
}

export = ResultSetHeader;

0 comments on commit 78cbc42

Please sign in to comment.