Update prod managing url api

This commit is contained in:
2025-11-08 01:26:42 +07:00
parent 01e5665deb
commit 76af76e314
3 changed files with 3 additions and 2 deletions

View File

@@ -4051,6 +4051,7 @@ export interface User {
agentName?: string | null;
avatarUrl?: string | null;
telegramChannel?: string | null;
isAdmin?: boolean;
}
export interface Balance {