We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac1b0f commit c091f1bCopy full SHA for c091f1b
typings/mysql/lib/protocol/sequences/Query.d.ts
@@ -92,9 +92,9 @@ export interface StreamOptions {
92
highWaterMark?: number;
93
94
/**
95
- * The object mode of the stream (Default: true)
+ * The object mode of the stream is always set to `true`
96
*/
97
- objectMode?: any;
+ objectMode?: true;
98
}
99
100
export interface QueryError extends NodeJS.ErrnoException {
0 commit comments