????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/ht-cay-xanhs/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/ht-cay-xanhs/log.interceptor.d.ts |
import { ExecutionContext } from '@nestjs/common'; import { Reflector } from '@nestjs/core'; import { CallHandler, NestInterceptor } from '@nestjs/common'; import { Observable } from 'rxjs'; import { LogCayXanh } from '../log-cay-xanhs/entities/log-cay-xanh.entity'; import { Repository } from 'typeorm'; import { User } from '../users/entities/user.entity'; import { HTCayXanhsService } from './ht-xanhs.service'; export declare class LogCayXanhInterceptor implements NestInterceptor { private readonly reflector; private logCayXanhRepo; private userRepo; private htCayXanhService; constructor(reflector: Reflector, logCayXanhRepo: Repository<LogCayXanh>, userRepo: Repository<User>, htCayXanhService: HTCayXanhsService); intercept(context: ExecutionContext, next: CallHandler): Promise<Observable<any>>; }