API Mobile notifikasi job
Fix: modified: src/app/api/mobile/admin/job/[id]/route.ts modified: src/app/api/mobile/job/[id]/route.ts modified: src/app/api/mobile/job/route.ts modified: src/lib/mobile/route-page-mobile.ts modified: types/type-mobile-notification.ts ### No Issue
This commit is contained in:
@@ -14,7 +14,9 @@ export type NotificationMobilePayload = {
|
||||
export type NotificationMobileTitleType =
|
||||
| (string & { __type: "NotificationMobileTitleType" })
|
||||
| "Pengajuan Review"
|
||||
| "Review Selesai";
|
||||
| "Review Selesai"
|
||||
// to ALL user
|
||||
| "Ada lowongan kerja baru"
|
||||
|
||||
export type NotificationMobileBodyType =
|
||||
// USER
|
||||
|
||||
Reference in New Issue
Block a user