feat: add 'zaps_amount' to EventStatsRow as number
This commit is contained in:
parent
1f4de9aed0
commit
d260825660
|
@ -23,6 +23,7 @@ interface EventStatsRow {
|
|||
reactions_count: number;
|
||||
quotes_count: number;
|
||||
reactions: string;
|
||||
zaps_amount: number;
|
||||
}
|
||||
|
||||
interface EventRow {
|
||||
|
|
Loading…
Reference in New Issue