export type CustomJobType = "pushMessage" | "updateTroubleViewCount"
export type updateViewCountJobData = {
id: string
}