Ryan Westlake
03/30/2022, 8:30 PMimport Prisma, { PrismaClient } from "@prisma/client";)
?Mischa
03/30/2022, 9:44 PMimport type Prisma from "@prisma/client"
if you just want the types but not to actually bring the prisma code into your frontend appRyan Westlake
03/31/2022, 3:22 PMschema.prisma
file not just the standard types which is why I’m thinking I need a reference to the instance of prisma I have in my backend
folderMischa
03/31/2022, 4:03 PM