fix: add zaps_amount to EventStats
This commit is contained in:
parent
18648f7be3
commit
d78bc038e8
|
@ -13,6 +13,7 @@ export interface EventStats {
|
||||||
reposts_count: number;
|
reposts_count: number;
|
||||||
quotes_count: number;
|
quotes_count: number;
|
||||||
reactions: Record<string, number>;
|
reactions: Record<string, number>;
|
||||||
|
zaps_amount: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Internal Event representation used by Ditto, including extra keys. */
|
/** Internal Event representation used by Ditto, including extra keys. */
|
||||||
|
|
Loading…
Reference in New Issue