UNPKG

@elsikora/nestjs-crud-automator

Version:

A library for automating the creation of CRUD operations in NestJS.

6 lines (5 loc) 297 B
import type { CallHandler, ExecutionContext, NestInterceptor } from "@nestjs/common"; import type { Observable } from "rxjs"; export declare class CorrelationIDResponseBodyInterceptor implements NestInterceptor { intercept(context: ExecutionContext, next: CallHandler): Observable<unknown>; }