Kenny
04/27/2022, 4:53 PMconst test = await prisma.user.findMany();
i don't have any type inference, and i can just type 'test' as anything i want. Is there something i can do so functions like this do type inference out of the box? I just have the "getting started" project, although it's in an express project and inside a mono-repository, so it might be an issue with our setup, or if i can't find the good page of the documentation. Thanks for any help!Austin Zentz
04/27/2022, 4:55 PMKenny
04/27/2022, 4:56 PMKenny
04/27/2022, 5:01 PMAustin Zentz
04/27/2022, 5:40 PMNurul
04/28/2022, 8:43 AM