mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 07:34:03 +00:00
feat(finance): support weighted rent split
This commit is contained in:
@@ -4,6 +4,7 @@ export interface FinanceMemberRecord {
|
||||
id: string
|
||||
telegramUserId: string
|
||||
displayName: string
|
||||
rentShareWeight: number
|
||||
isAdmin: boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user