You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had to construct my own using a selection of other exported types:
interfaceOptimizelyDecisionInfoextendsOmit<OptimizelyDecision,'userContext'|'reasons'>{decisionEventDispatched: boolean;}interfaceOptimizelyDecisionCallbackPayloadextendsListenerPayload{type: string;// declared enum in but not exposed from @optimizely/optimizely-sdk/dist/utils/enums/index.d.tsdecisionInfo: OptimizelyDecisionInfo;}
Is there an existing issue for this?
SDK Version
5.3.4
Current Behavior
There are no types exported for the 'decisionPayload' that comes back from an notificationCenter.addNotificationListener
Expected Behavior
Precise types should be exported for the object returned to the callback
Steps To Reproduce
SDK Type
Browser
Node Version
No response
Browsers impacted
No response
Link
No response
Logs
No response
Severity
No response
Workaround/Solution
No response
Recent Change
No response
Conflicts
No response
The text was updated successfully, but these errors were encountered: