microservices/database-service/node_modules/.prisma/client/deno/edge.d.ts

10 lines
212 B
TypeScript
Raw Normal View History

2025-01-07 04:45:03 -08:00
class PrismaClient {
constructor() {
throw new Error(
'@prisma/client/deno/edge did not initialize yet. Please run "prisma generate" and try to import it again.',
)
}
}
export { PrismaClient }