次の方法で共有


ReactionType type

ReactionType の値を定義します。 指定できる値は、"like"、"heart"、"laugh"、"surprised"、"sad"、"怒っている" です。

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