Additional drizzle cleanup. Move scrub transformation to server side.

This commit is contained in:
Patrick Fic
2026-01-20 11:59:39 -08:00
parent 8954147976
commit 27370bba6d
16 changed files with 1589 additions and 1653 deletions

2
shared/types/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export * from "./raw-job-data.interface";
export * from "./es-job-object.interface";