export const reactionOptions = ['👍', '❤️', '👏', '😂', '😯', '😢', '😡']; export interface BlogReactions { total: Record; user?: string[]; }