Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/optimizely-sdk/lib/shared_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ export interface SDKOptions {
sdkKey?: string;
// user profile that contains user information
userProfileService?: UserProfileService;
// dafailt options for decide API
defaultDecideOptions?: OptimizelyDecideOption[] | undefined
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if specifying undefined as a type is needed in this case as it is an optional parameter. WDYT @mjc1283 ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree, @yavorona . @ozayr-zaviar please fix.

}

export type OptimizelyExperimentsMap = {
Expand Down