次の方法で共有


ActualState type

ActualState の値を定義します。

type ActualState = "Enabling" | "Enabled" | "Disabling" | "Disabled" | "Unknown"