File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import * as CrashReporting from './modules/CrashReporting';
9
9
import * as FeatureRequests from './modules/FeatureRequests' ;
10
10
import * as Instabug from './modules/Instabug' ;
11
11
import * as NetworkLogger from './modules/NetworkLogger' ;
12
- import type { NetworkData } from './modules/NetworkLogger' ;
12
+ import type { NetworkData , NetworkDataObfuscationHandler } from './modules/NetworkLogger' ;
13
13
import * as Replies from './modules/Replies' ;
14
14
import type { Survey } from './modules/Surveys' ;
15
15
import * as Surveys from './modules/Surveys' ;
@@ -26,8 +26,6 @@ export {
26
26
Replies ,
27
27
Surveys ,
28
28
} ;
29
- export type { InstabugConfig } ;
30
- export type { Survey } ;
31
- export type { NetworkData } ;
29
+ export type { InstabugConfig , Survey , NetworkData , NetworkDataObfuscationHandler } ;
32
30
33
31
export default Instabug ;
You can’t perform that action at this time.
0 commit comments