UNPKG

@nest-js/error-manager

Version:
5 lines (4 loc) 135 B
export declare class TraceIdService { generateTraceId(errorType?: string): string; isValidTraceId(traceId: string): boolean; }