mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 03:34:03 +00:00
feat(miniapp): show payment activity in dashboard
This commit is contained in:
@@ -88,8 +88,9 @@ export interface MiniAppDashboard {
|
||||
}[]
|
||||
ledger: {
|
||||
id: string
|
||||
kind: 'purchase' | 'utility'
|
||||
kind: 'purchase' | 'utility' | 'payment'
|
||||
title: string
|
||||
paymentKind: 'rent' | 'utilities' | null
|
||||
amountMajor: string
|
||||
currency: 'USD' | 'GEL'
|
||||
displayAmountMajor: string
|
||||
|
||||
Reference in New Issue
Block a user