mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 21:04:03 +00:00
feat(finance): support weighted rent split
This commit is contained in:
@@ -7,6 +7,7 @@ export type UtilitySplitMode = 'equal' | 'weighted_by_days'
|
||||
export interface SettlementMemberInput {
|
||||
memberId: MemberId
|
||||
active: boolean
|
||||
rentWeight?: number
|
||||
utilityDays?: number
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user