import { Injectable } from '@nestjs/common'; // 👇 Reuse the shared Mongo Prisma service from libs/db import { MongoPrismaService } from '@box/db/prisma/mongo-prisma.service'; @Injectable() export class PrismaMongoService extends MongoPrismaService {}