Skip to content

Commit

Permalink
fix(mongo): added missing exported types (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
prsnca committed Jul 11, 2021
1 parent 83c7fa3 commit c0ad001
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 c0ad001

Please sign in to comment.