mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 19:24:03 +00:00
feat(miniapp): clarify balance breakdown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user