We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d5e38 commit 29c2f6fCopy full SHA for 29c2f6f
packages/types/src/integration.ts
@@ -3,7 +3,7 @@ import { Hub } from './hub';
3
4
/** Integration Class Interface */
5
export interface IntegrationClass<T> {
6
- new (): T;
+ new (...args: any[]): T;
7
/**
8
* Property that holds the integration name
9
*/
0 commit comments