JobContentType type

JobContentType の値を定義します。 指定できる値は、'application/json'、'image/jpeg' です。

type JobContentType = "application/json" | "image/jpeg"