Can Kinda Find `Prisma.Skip`?
hey
For some reason, VS Code tells me that:
Buuutt... It still seems to work like normal. Just wanted to ask about it cause i thought it was kinda weird..
Heres' what I import in my .ts file:
Here's some code where I use it (uses ternary operator to check if
For some reason, VS Code tells me that:
Buuutt... It still seems to work like normal. Just wanted to ask about it cause i thought it was kinda weird..
Heres' what I import in my .ts file:
import { PrismaClient, Prisma } from '@/generated/prisma/client'Here's some code where I use it (uses ternary operator to check if
product.brand is null. if it is, use Prisma.Skip):
ORM