Skip to content

Commit

Permalink
fix(mongo): added missing exported types
Browse files Browse the repository at this point in the history
  • Loading branch information
prsnca committed Jul 8, 2021
1 parent 52b46aa commit 41ceff8
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -15,4 +15,8 @@
*/

export * from './instrumentation';
export { MongoDBInstrumentationConfig } from './types';
export {
MongoDBInstrumentationConfig,
MongoDBInstrumentationExecutionResponseHook,
MongoResponseHookInformation,
} from './types';

0 comments on commit 41ceff8

Please sign in to comment.