We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4238abe commit 98d1603Copy full SHA for 98d1603
packages/lib/.changeset/wet-dots-draw.md
@@ -0,0 +1,5 @@
1
+---
2
+'opticks': patch
3
4
+
5
+fix: Exports ts type ActivateNotificationPayload
packages/lib/src/integrations/optimizely.ts
@@ -151,10 +151,10 @@ export enum ExperimentType {
151
*
152
* It would be best if Opticks abstracts this difference from the client in future versions.
153
*/
154
-interface ActivateNotificationPayload extends ListenerPayload {
+export interface ActivateNotificationPayload extends ListenerPayload {
155
type: ExperimentType
156
decisionInfo: {
157
- experimentKey: ToggleIdType
+ flagKey: ToggleIdType
158
variationKey: VariantType
159
}
160
0 commit comments