Yet in .prisma/client it exists?
# orm-help
m
Yet in .prisma/client it exists?
j
Try running the generate command again. If that doesn't work, restart your TS/JS language server
also, try actually running the code vs relying on your IDE to report imports. that'll tell you pretty quickly if its just VS Code being dumb 😄
m
Hmmmm, it looks like I needed
Prisma.SomeModelCreateInput
🙌 1