import { NestMiddleware } from '@nestjs/common'; export interface ICorrelationServiceMiddleware extends NestMiddleware { }