mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
feat: add 'zaps_amount' to EventStatsRow as number
This commit is contained in:
parent
1f4de9aed0
commit
d260825660
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ interface EventStatsRow {
|
|||
reactions_count: number;
|
||||
quotes_count: number;
|
||||
reactions: string;
|
||||
zaps_amount: number;
|
||||
}
|
||||
|
||||
interface EventRow {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue