次の方法で共有


DeactivationIntent type

DeactivationIntent の値を定義します。 使用可能な値は、'Pause'、'Restart'、'RemoveData' です。

type DeactivationIntent = "Pause" | "Restart" | "RemoveData"