mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 20:14:02 +00:00
feat(member): add household lifecycle states
This commit is contained in:
@@ -101,6 +101,7 @@ export interface MiniAppSessionResult {
|
||||
id: string
|
||||
householdId: string
|
||||
displayName: string
|
||||
status: 'active' | 'away' | 'left'
|
||||
isAdmin: boolean
|
||||
preferredLocale: SupportedLocale | null
|
||||
householdDefaultLocale: SupportedLocale
|
||||
|
||||
Reference in New Issue
Block a user