Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Added RETENTION_ENGAGEMENT_BANNER OphanComponentType
Browse files Browse the repository at this point in the history
  • Loading branch information
rhystmills committed Mar 4, 2021
1 parent 52b6081 commit 1314c11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ophan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ type OphanComponentType =
| 'ACQUISITIONS_SUBSCRIPTIONS_BANNER'
| 'ACQUISITIONS_OTHER'
| 'SIGN_IN_GATE'
| 'RETENTION_ENGAGEMENT_BANNER';
| 'RETENTION_ENGAGEMENT_BANNER'
| 'RETENTION_ENGAGEMENT_EPIC';

type OphanComponent = {
componentType: OphanComponentType;
Expand Down

0 comments on commit 1314c11

Please sign in to comment.