Just playing with Interactive Transactions preview...
# prisma-client
d
Just playing with Interactive Transactions preview today and noticed a missing type shortcut that's really needed:
Copy code
export type PrismaTransactionClient = Omit<PrismaClient, '$connect' | '$disconnect' | '$on' | '$transaction' | '$use'>;
Can this be added to the client generator?
n
Hey Dan 👋 Thank you for raising this Feature Request. 🙂 As the issue is already created you can expect all communications to happen on the GitHub Issue. I would suggest you add a comment on the Issue describing your use case so that you are notified when there are updates.