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 15accd8 commit a248dcb
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 a248dcb

Please sign in to comment.