Update promocodes.ts

This commit is contained in:
Egor
2026-01-19 09:32:42 +03:00
committed by GitHub
parent 17014ddb3b
commit af5d8645a1

View File

@@ -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