feat(bot): cut over multi-household member flows

This commit is contained in:
2026-03-09 06:14:57 +04:00
parent de86706f4f
commit 7c602900ee
20 changed files with 1068 additions and 163 deletions

View File

@@ -98,6 +98,7 @@ export interface MiniAppSessionResult {
authorized: boolean
member?: {
id: string
householdId: string
displayName: string
isAdmin: boolean
}