Merge PR #493: состав промокода чекбоксами — баланс / дни / промогруппа

This commit is contained in:
Egor
2026-07-19 16:29:08 +03:00
committed by GitHub
8 changed files with 162 additions and 56 deletions

View File

@@ -7,7 +7,8 @@ export type PromoCodeType =
| 'subscription_days'
| 'trial_subscription'
| 'promo_group'
| 'discount';
| 'discount'
| 'balance_and_days';
export interface PromoCode {
id: number;