Hi! I’m having some issues with typescript. I had ...
# orm-help
j
Hi! I’m having some issues with typescript. I had to anonymise the error here but I’m sure it’s still usable.
Copy code
Type 'Prisma__our_record_formatClient<{ varOne: boolean; varTwo: boolean; }>' is missing the following properties from type 'OurRecordFormat': varOne, varTwo
Recloning the directory from git, and reinstalling fully fixed it but this wasn’t ideal. Is there a better way to fix this in the future?
r
Not sure, maybe update
prisma
and
@prisma/client
to the latest and check as I haven’t seen this error before.