John Smeeth
04/12/2022, 1:54 PMimport { Prisma } from '@prisma/client'
but I got this error
What wrong with me?Irek Prucnal
04/12/2022, 2:00 PMJohn Smeeth
04/12/2022, 2:09 PMDavid Marr
04/12/2022, 4:26 PMAustin
04/12/2022, 9:23 PMTypeScript: Restart TS Server
command from VS Code? First you have to bring up the command palette with Ctrl/Cmd + Shift + P
.John Smeeth
04/13/2022, 1:15 AMProperty 'ServiceCreateInput' does not exist on type 'typeof Prisma'.ts(2339)
John Smeeth
04/13/2022, 1:16 AMJohn Smeeth
04/13/2022, 1:17 AMAustin
04/13/2022, 2:57 PMServiceCreateInput
as the value of the type
property. Types cannot be used as values and will cause this error.
Are you trying to pass the type as an argument to a function?