NicoFish
Explore posts from serversPPrisma
•Created by NicoFish on 10/9/2024 in #help-and-questions
Extending client not typesafe
I'm working in a NestJS project and need to extend the prisma client to replace all
Date
with string
.
I have this code:
But when using the client, it does not apply the extension types.7 replies