mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-27 01:04:19 +01:00
feat: add 'zaps_amount' to EventStatsRow as number
This commit is contained in:
@@ -23,6 +23,7 @@ interface EventStatsRow {
|
||||
reactions_count: number;
|
||||
quotes_count: number;
|
||||
reactions: string;
|
||||
zaps_amount: number;
|
||||
}
|
||||
|
||||
interface EventRow {
|
||||
|
||||
Reference in New Issue
Block a user