mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
add missing multiple property to the Request class (#23274)
This commit is contained in:
Vendored
+1
@@ -251,6 +251,7 @@ export declare class Request extends events.EventEmitter {
|
||||
public parameters: IRequestParameters;
|
||||
public verbose: boolean;
|
||||
public canceled: boolean;
|
||||
public multiple: boolean;
|
||||
public stream: any;
|
||||
public constructor(connection?: ConnectionPool);
|
||||
public constructor(transaction: Transaction);
|
||||
|
||||
Reference in New Issue
Block a user