## Problem The parameter of `prisma.$transaction` is `any[]`. ## Suggested solution I think it would be great if this would be changed to a type to only accept prisma client promises. ## Alternatives <!-- A clear and concise description of any alternative solutions or features you've considered. --> ## Additional context <!-- Add any other context or screenshots about the feature request here. -->
Problem
The parameter of
prisma.$transactionisany[].Suggested solution
I think it would be great if this would be changed to a type to only accept prisma client promises.
Alternatives
Additional context