mdwiltfong / secret-santa

https://codecademy-secret-santa-2.fly.dev/
3 stars 6 forks source link

Leverage Prisma's Generated Types #56

Open mdwiltfong opened 7 months ago

mdwiltfong commented 7 months ago

We're using Prisma which generates TypeScript types based off of our DB schema, yet ironically we aren't using this to control the higher order functions we write surrounding Prisma in /server/prisma/index.ts