fix/job-application-modal #3

Merged
omlanke merged 3 commits from mohakj/nextplacement:fix/job-application-modal into main 2026-01-08 01:05:00 +05:30
Showing only changes of commit 441ae8169b - Show all commits

View File

@@ -21,6 +21,7 @@ import { applyForJob } from "../app/(main)/actions"
import { type InferSelectModel } from '@workspace/db/drizzle';
import { jobs, companies, resumes } from '@workspace/db/schema';
export type Job = InferSelectModel<typeof jobs> & {
company: typeof companies.$inferSelect;
};