UNPKG

@brandazm/dynamic-permissions

Version:

A flexible and powerful permissions management system for NestJS applications with built-in security features

7 lines (6 loc) 292 B
import { NestInterceptor, ExecutionContext, CallHandler } from '@nestjs/common'; import { Observable } from 'rxjs'; export declare class ErrorInterceptor implements NestInterceptor { private readonly logger; intercept(context: ExecutionContext, next: CallHandler): Observable<any>; }