Losing kysely types (using Kyselify) - getting [x: string]: any
Hello.
I have some types problems using kysely with drizzle. I have the following config:
When I do the following query:
In vscode, I get the following type:
It doesn't infer the title and id types automatically so I have a bunch of type error in my code when using posts returned value. Am I doing something wrong or there is a problem with Kyselify?
0 Replies