File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import {
2929 LDEvaluationDetailTyped ,
3030 LDEvaluationReason ,
3131 LDFlagSet ,
32+ LDInspection ,
3233 LDLogger ,
3334 LDLogLevel ,
3435 LDMultiKindContext ,
@@ -64,6 +65,7 @@ export type {
6465 IdentifySeriesData ,
6566 IdentifySeriesResult ,
6667 IdentifySeriesStatus ,
68+ LDInspection ,
6769} ;
6870
6971/**
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ export * from './integrations';
77
88export { ConnectionMode } ;
99export * from './LDIdentifyOptions' ;
10+ export * from './LDInspection' ;
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export type {
2828 IdentifySeriesData ,
2929 IdentifySeriesResult ,
3030 IdentifySeriesStatus ,
31+ LDInspection ,
3132} from './api' ;
3233
3334export type { DataManager , DataManagerFactory , ConnectionParams } from './DataManager' ;
You can’t perform that action at this time.
0 commit comments