Skip to content

Commit

Permalink
fix: Export ActivateNotificationPayload
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius de Lacerda committed Jun 19, 2024
1 parent 4238abe commit 3472fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lib/src/integrations/optimizely.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ export enum ExperimentType {
*
* It would be best if Opticks abstracts this difference from the client in future versions.
*/
interface ActivateNotificationPayload extends ListenerPayload {
export interface ActivateNotificationPayload extends ListenerPayload {
type: ExperimentType
decisionInfo: {
experimentKey: ToggleIdType
flagKey: ToggleIdType
variationKey: VariantType
}
}
Expand Down

0 comments on commit 3472fa1

Please sign in to comment.