CreateAutoJob type

Signature:

export type CreateAutoJob = Omit<AutoJob, "clientCode" | "state" | "currentHash" | "services">;

References: AutoJob