UNPKG

encrypted-nestjs

Version:
6 lines 293 B
import * as nest from "@nestjs/common"; import { Observable } from 'rxjs'; export declare class TypedRouteInterceptor implements nest.NestInterceptor { intercept({}: nest.ExecutionContext, next: nest.CallHandler): Observable<any>; } //# sourceMappingURL=TypedRouteInterceptor.d.ts.map