UNPKG

@nestjs-mod/prisma

Version:

Next-generation Node.js and TypeScript ORM for NestJS-mod (preview version only for Postgres)

2 lines (1 loc) 125 B
export type TransactionPrismaClient<T> = Omit<T, '$connect' | '$disconnect' | '$on' | '$transaction' | '$use' | '$extends'>;