Action type

Action の値を定義します。 使用可能な値は次のとおりです: 'accept'、'decline'

type Action = "accept" | "decline"