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

4 lines
124 B
TypeScript
Raw Normal View History

2024-12-30 08:26:40 +08:00
export type CustomJobType = "pushMessage" | "updateTroubleViewCount"
export type updateViewCountJobData = {
id: string
}