update for the so many errors

This commit is contained in:
2026-09-13 17:06:36 +03:30
parent 578384d64e
commit cec72740ab
10 changed files with 13421 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
import { HttpException, HttpStatus, Injectable } from '@nestjs/common';
import { InjectModel } from '@nestjs/mongoose';
import { FilterQuery, Model } from 'mongoose';
import { Model } from 'mongoose';
import type { FilterQuery } from 'mongoose';
import {
BaseResponseDTO,
PageMetaDto,