import { Injectable } from '@nestjs/common'; import { BaseReportService } from '../shared/services/base-report.service'; @Injectable() export class ReportBookmarkService extends BaseReportService {}