Currently, I use Kysely with Next-Auth which uses pascal Case for some properties, in my schema file I use @Map for those properties, but the generated types are using the @Map name as the correct one.
Since I have a Custom camel Case plugin with kyselly that only parse some of the properties, I can use the default "camelCase = true" option.