How do you organize your Prisma.validator schemas?
I have a bunch of predefined
select
and include
schemas. Where do I put them in my project? I need some inspiration.
1 Reply
Right now I have them in lib/types.ts together with other types and interfaces. But I don't know if that's the right place.