Skip to content

Commit 1127cf4

Browse files
chrisblossomkamilogorek
authored andcommitted
fix: remove unsafe ‘any' from NodeOptions type (#2111)
1 parent bb319b6 commit 1127cf4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/node/src/backend.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ import { HTTPSTransport, HTTPTransport } from './transports';
1717
* @see NodeClient for more information.
1818
*/
1919
export interface NodeOptions extends Options {
20-
[key: string]: any;
21-
2220
/** Callback that is executed when a fatal global error occurs. */
2321
onFatalError?(error: Error): void;
2422

0 commit comments

Comments
 (0)