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 bb319b6 commit 1127cf4Copy full SHA for 1127cf4
packages/node/src/backend.ts
@@ -17,8 +17,6 @@ import { HTTPSTransport, HTTPTransport } from './transports';
17
* @see NodeClient for more information.
18
*/
19
export interface NodeOptions extends Options {
20
- [key: string]: any;
21
-
22
/** Callback that is executed when a fatal global error occurs. */
23
onFatalError?(error: Error): void;
24
0 commit comments