Skip to content

Commit 641dc25

Browse files
author
István Beregszászi
authored
Merge pull request #393 from prezly/feature/dev-21287-hide-self-activation-link-in-nav-for-unapproved-licenses
[DEV-21287] Add `can_self_activate` property to `PlanReference` type
2 parents b9c6b1a + 4c7fd2d commit 641dc25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/Plan.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export interface PlanReference {
1515
is_superior: boolean;
1616
is_trial: boolean;
1717
can_upgrade: boolean;
18+
can_self_activate: boolean;
1819
pricing_table_id: TableId | null;
1920
pricing_table_option_id: OptionId | null;
2021
}

0 commit comments

Comments
 (0)