TS type error: Property 'messages' does not exist on type '{}'.ts(2339) (internal.messages)
I have "messages.ts" file and "send" mutation.
Looks like "internal" inside "_generated/api.d.ts" doesn't have any property. Any idea what could be wrong?
"convex": "^1.17.3" and I am using Next.js. Thank you in advance


