Hello - how would I go about creating the correct ...
# orm-help
i
Hello - how would I go about creating the correct types in Prisma for auth? IE: Instead of
createAuth
,
updateAuth
, etc, I get
login()
and
register()
, etc