Skip to content

Commit 4c7fd2d

Browse files
author
István Beregszászi
committed
[DEV-21287] Add can_self_activate property to PlanReference type
1 parent b9c6b1a commit 4c7fd2d

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)