feat: add 'zaps_amount' to EventStatsRow as number

This commit is contained in:
P. Reis 2024-06-08 09:08:14 -03:00
parent 1f4de9aed0
commit d260825660
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ interface EventStatsRow {
reactions_count: number;
quotes_count: number;
reactions: string;
zaps_amount: number;
}
interface EventRow {