chrishoermann / zod-prisma-types

Generator creates zod types for your prisma models with advanced validation
Other
579 stars 43 forks source link

Case Sensitivity Errors on default generator #188

Open Vounts opened 9 months ago

Vounts commented 9 months ago

Example: image image

Given:

model Users {
 id: String
}

On generated types: ...has no exported member named 'UsersSelect'. Did you mean 'usersSelect'?

chrishoermann commented 7 months ago

@Vounts which versions of zod-prisma-types and prisma are you using?