Unsafe argument of type `any` inside select where eq query
I am getting the following type error even though I am not passing parameters of type
any
. Correct me if I am wrong because I am a typescript begineer.
Refer to the screenshots attached.
timeTable schema (autogenerated from introspect) I have not looked up the doc for writing schema as I only wanted to use drizzle for querying data from my exisiting database on planetscale
2 Replies