Skip to content

Commit

Permalink
improv: allow to use different typings for InstrumentationModuleFile
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarchaud committed Dec 27, 2020
1 parent d7ae487 commit f196bb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface InstrumentationModuleDefinition<T> {
supportedVersions: string[];

/** Module internal files to be patched */
files: InstrumentationModuleFile<T>[];
files: InstrumentationModuleFile<any>[];

/** Method to patch the instrumentation */
patch?: (moduleExports: T, moduleVersion?: string) => T;
Expand Down

0 comments on commit f196bb6

Please sign in to comment.