Declaring types under 'kysely-codegen' module
Hey everyone, because I'm using Prisma to push schemas to my database (it's because my Zod Schemas) also getting generated from my Prisma schemas -- it's why I'm still using it incase you're wondering why I'm in this situation:
I have a
in another file I have
I have a
./types/kysely-codegen.d.ts file which contains in another file I have
BaseUser gives me the error that 