I have just started to learn drizzle and was stuck on some problem and I get this error =>
'users' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.ts(7022)const users: any
'users' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.ts(7022)const users: any
also when i query my db why do I not get type completions on the returned object.