NestJS - Database with Prisma
This code causes a TypeScript error:
What is the likely cause?
const users = await prisma.user.findMany({ where: { age: 'twenty' } });What is the likely cause?
