次の方法で共有


JobPriority type

JobPriority の値を定義します。 指定できる値は、'low'、'normal'、'high' です。

type JobPriority = "low" | "normal" | "high"