次の方法で共有


SchedulingState type

SchedulingState の値を定義します。 使用可能な値は、'enabled'、'disabled' です。

type SchedulingState = "enabled" | "disabled"