@frontegg/types 5.45.2 → 5.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -179,6 +179,10 @@ export interface SubscriptionsLocalization {
|
|
|
179
179
|
* Select plan submit button
|
|
180
180
|
*/
|
|
181
181
|
continue: string;
|
|
182
|
+
/**
|
|
183
|
+
* Select plan item price sentence {{PRICE}}{{CURRENCY}} per {{INTERVAL}}
|
|
184
|
+
*/
|
|
185
|
+
selectPlanPricePerRecurringInterval: string;
|
|
182
186
|
};
|
|
183
187
|
subscriptions_Billing: {
|
|
184
188
|
title: string;
|