fix: code review cleanup

- Replace all 'any' types with proper Prisma types
- Fix exactOptionalPropertyTypes compatibility
- Export AuthUser type from better-auth-request.interface
- Remove duplicate empty migration folder
- Ensure proper JSON handling with Prisma.InputJsonValue

All agent-tasks tests passing (18/18)
This commit is contained in:
Jason Woltje
2026-01-29 23:35:40 -06:00
parent da4fb72902
commit 562859202b
3 changed files with 54 additions and 19 deletions

View File

@@ -8,6 +8,9 @@
import type { AuthUser } from "@mosaic/shared";
// Re-export AuthUser for use in other modules
export type { AuthUser };
/**
* Session data stored in request after authentication
*/