jedmund-svelte/src/routes/api/media
Justin Edmund 8ec4c582c1 fix: eliminate remaining any types in API routes
- use Prisma.JsonValue and Prisma input types throughout
- add proper type guards for array and object checks
- replace any with Record<string, unknown> where appropriate
- all API/RSS routes now have zero any type errors
2025-11-23 05:28:05 -08:00
..
[id] fix: eliminate remaining any types in API routes 2025-11-23 05:28:05 -08:00
backfill-usage Prettier + build errors 2025-06-02 08:41:03 -07:00
bulk-delete fix: replace any types in API routes with proper Prisma types 2025-11-23 05:04:04 -08:00
bulk-upload fix: eliminate remaining any types in API routes 2025-11-23 05:28:05 -08:00
upload fix: eliminate remaining any types in API routes 2025-11-23 05:28:05 -08:00
+server.ts fix: eliminate remaining any types in API routes 2025-11-23 05:28:05 -08:00