From af5d8645a14b2e62c05cc4011406dca6e5db6f95 Mon Sep 17 00:00:00 2001 From: Egor Date: Mon, 19 Jan 2026 09:32:42 +0300 Subject: [PATCH] Update promocodes.ts --- src/api/promocodes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/promocodes.ts b/src/api/promocodes.ts index f2589d9..b1ecb2c 100644 --- a/src/api/promocodes.ts +++ b/src/api/promocodes.ts @@ -2,7 +2,7 @@ import apiClient from './client' // ============== Types ============== -export type PromoCodeType = 'balance' | 'subscription_days' | 'trial_subscription' | 'promo_group' +export type PromoCodeType = 'balance' | 'subscription_days' | 'trial_subscription' | 'promo_group' | 'discount' export interface PromoCode { id: number