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 1a2476a commit 9a38811Copy full SHA for 9a38811
lib/Transport.d.ts
@@ -81,7 +81,7 @@ export interface TransportRequestParams {
81
}
82
83
export interface TransportRequestOptions {
84
- ignore?: [number];
+ ignore?: number[];
85
requestTimeout?: number | string;
86
maxRetries?: number;
87
asStream?: boolean;
0 commit comments