feat(miniapp): clarify balance breakdown

This commit is contained in:
2026-03-10 02:54:12 +04:00
parent 4b4f7d46e5
commit d55bf42c7b
5 changed files with 265 additions and 47 deletions

View File

@@ -3,6 +3,8 @@ import { runtimeBotApiUrl } from './runtime-config'
export interface MiniAppSession {
authorized: boolean
member?: {
id: string
householdId: string
displayName: string
isAdmin: boolean
preferredLocale: 'en' | 'ru' | null