4 lines
124 B
TypeScript
4 lines
124 B
TypeScript
![]() |
export type CustomJobType = "pushMessage" | "updateTroubleViewCount"
|
||
|
export type updateViewCountJobData = {
|
||
|
id: string
|
||
|
}
|