Skip to content

Commit

Permalink
Export enum in other module
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Carroll committed May 2, 2019
1 parent 83edabe commit 8c67b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/optimizely-sdk/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ declare module '@optimizely/optimizely-sdk' {
ERROR = 4,
}

enum NOTIFICATION_TYPES {
export enum NOTIFICATION_TYPES {
ACTIVATE = 'ACTIVATE:experiment, user_id,attributes, variation, event',
DECISION = 'DECISION:type, userId, attributes, decisionInfo',
OPTIMIZELY_CONFIG_UPDATE = 'OPTIMIZELY_CONFIG_UPDATE',
Expand Down

0 comments on commit 8c67b69

Please sign in to comment.