JobPriority type

Defines values for JobPriority. Possible values include: 'low', 'normal', 'high'

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