@ogma/nestjs-module
Version:
A NestJS module for the Ogma logger
11 lines (10 loc) • 357 B
TypeScript
import { AbstractInterceptorService } from './abstract-interceptor.service';
export declare class NoopInterceptorService extends AbstractInterceptorService {
getCallerIp(): string[] | string;
getCallPoint(): string;
getStatus(): string;
getMethod(): string;
getProtocol(): string;
setRequestId(): void;
getRequestId(): string;
}