PrismaP
Prisma5mo ago
13 replies
inhanbyeol

Has the Prisma client generic type changed? 6.16

Has the Prisma client generic type changed? 6.16

export class Database extends PrismaClient<Prisma.PrismaClientOptions, ‘query’ | ‘error’ | ‘info’ | ‘warn’> {}


TS2344: Type "query" | "error" | "info" | "warn" does not satisfy the constraint never
Type "query" is not assignable to type never
Was this page helpful?