JobState type

Signature:

export type JobState = "pre" | "active" | "post";