CreateJob type

Signature:

export type CreateJob = Omit<Job, "state" | "currentHash">;
typescript

References: Job