Prisma Types
Pls somebody help with these types
I am getting error that the type PostFindUniqueResult is not the same as the return type from PostModel.findUnique
2 Replies
same as this one and so on
PostFindUniqueResult
is the correct type, but PostModel.findMany
doesnt return it
PostModel.findMany
return only Post[]
instead of Post[] & Tag: {name: string}
hello. try it like this