How to create new user using drizzle to better-auth users schema
hey, im using tRPC, drizzle and better auth to handle my authentication ,
i want admin to be able to add new users to the system
// Add a new user
//there is an error here !!
but im facing this error in the screenshot, im not sure if this is the right way to do it
i want admin to be able to add new users to the system
// Add a new user
//there is an error here !!
but im facing this error in the screenshot, im not sure if this is the right way to do it


