Skip to content

Commit 4a635f3

Browse files
feat: defaultDecideOptions in SDKOptions (#647)
* add defaultDecideOptions in SDKOptions * comment correction * removed undefined Co-authored-by: Sohail Hussain <[email protected]>
1 parent e1bf59c commit 4a635f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/optimizely-sdk/lib/shared_types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ export interface SDKOptions {
207207
sdkKey?: string;
208208
// user profile that contains user information
209209
userProfileService?: UserProfileService;
210+
// dafault options for decide API
211+
defaultDecideOptions?: OptimizelyDecideOption[];
210212
}
211213

212214
export type OptimizelyExperimentsMap = {

0 commit comments

Comments
 (0)