mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 17:44:03 +00:00
feat(member): add away billing policies
This commit is contained in:
@@ -7,6 +7,9 @@ export type UtilitySplitMode = 'equal' | 'weighted_by_days'
|
||||
export interface SettlementMemberInput {
|
||||
memberId: MemberId
|
||||
active: boolean
|
||||
participatesInRent?: boolean
|
||||
participatesInUtilities?: boolean
|
||||
participatesInPurchases?: boolean
|
||||
rentWeight?: number
|
||||
utilityDays?: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user