Skip to content

Commit ed4a62f

Browse files
committed
Export connection params.
1 parent 156045a commit ed4a62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/sdk-client/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export type {
2020
LDIdentifyOptions,
2121
} from './api';
2222

23-
export type { DataManager, DataManagerFactory } from './DataManager';
23+
export type { DataManager, DataManagerFactory, ConnectionParams } from './DataManager';
2424
export type { FlagManager } from './flag-manager/FlagManager';
2525
export type { Configuration } from './configuration/Configuration';
2626

0 commit comments

Comments
 (0)