ReactionType type

ReactionType の値を定義します。 使用可能な値には、'like'、'heart'、'laugh'、'surprised'、'sad'、'怒っている' などがあります。

type ReactionType = "like" | "heart" | "laugh" | "surprised" | "sad" | "angry"