JobRepetition type Signature: export type JobRepetition = "never" | "daily" | "weekly" | "monthly"; JobListEvent JobState