JobPriority type

JobPriority değerlerini tanımlar. Olası değerler şunlardır: 'low', 'normal', 'high'

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