Type type

Type の値を定義します。 指定できる値は、'ViewAction'、'OpenUri'、'HttpPOST'、'ActionCard' です。

type Type = "ViewAction" | "OpenUri" | "HttpPOST" | "ActionCard"