Type alias ReactionStatsType

ReactionStatsType: {
    _id: string;
    count: number;
}

Type declaration

  • _id: string

    Persistent unique id.

  • count: number

    Aggregated reaction type amount.