feat: clickable user link to user card in admin payments

This commit is contained in:
Fringg
2026-03-18 23:30:18 +03:00
parent 4a33a61641
commit aa8fbd1e23
2 changed files with 46 additions and 9 deletions

View File

@@ -567,6 +567,7 @@ export interface PendingPayment {
user_id?: number;
user_telegram_id?: number;
user_username?: string | null;
user_email?: string | null;
}
export interface ManualCheckResponse {