We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156045a commit ed4a62fCopy full SHA for ed4a62f
packages/shared/sdk-client/src/index.ts
@@ -20,7 +20,7 @@ export type {
20
LDIdentifyOptions,
21
} from './api';
22
23
-export type { DataManager, DataManagerFactory } from './DataManager';
+export type { DataManager, DataManagerFactory, ConnectionParams } from './DataManager';
24
export type { FlagManager } from './flag-manager/FlagManager';
25
export type { Configuration } from './configuration/Configuration';
26
0 commit comments