staff_data/apps/server/src/queue/job.interface.ts

4 lines
124 B
TypeScript
Executable File

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