import { ReactionType } from './ReactionType.generated'; export interface ReactionCount { type: ReactionType; total_count: number; }