Which typescript type should I use for select?
Hi, this question might be confusing. Let me explain the problem, I'm building a common function for drizzle().select() somethine like
you can see I'm getting {[x:string]:never} when I pass {id:number;data:string} on select param.
you can see I'm getting {[x:string]:never} when I pass {id:number;data:string} on select param.