Update adminUsers.ts

This commit is contained in:
Egor
2026-01-17 06:10:21 +03:00
committed by GitHub
parent be2ff21944
commit c7a78f3d4a

View File

@@ -108,6 +108,7 @@ export interface UserDetailResponse {
promo_offer_discount_source: string | null
promo_offer_discount_expires_at: string | null
recent_transactions: UserTransactionItem[]
remnawave_uuid: string | null
}
export interface UsersStatsResponse {