fix: add zaps_amount to EventStats

This commit is contained in:
P. Reis 2024-06-10 10:38:56 -03:00
parent 18648f7be3
commit d78bc038e8
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ export interface EventStats {
reposts_count: number;
quotes_count: number;
reactions: Record<string, number>;
zaps_amount: number;
}
/** Internal Event representation used by Ditto, including extra keys. */