Skip to content

Commit 8c67b69

Browse files
author
Matt Carroll
committed
Export enum in other module
1 parent 83edabe commit 8c67b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/optimizely-sdk/lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ declare module '@optimizely/optimizely-sdk' {
178178
ERROR = 4,
179179
}
180180

181-
enum NOTIFICATION_TYPES {
181+
export enum NOTIFICATION_TYPES {
182182
ACTIVATE = 'ACTIVATE:experiment, user_id,attributes, variation, event',
183183
DECISION = 'DECISION:type, userId, attributes, decisionInfo',
184184
OPTIMIZELY_CONFIG_UPDATE = 'OPTIMIZELY_CONFIG_UPDATE',

0 commit comments

Comments
 (0)