UNPKG

@mwcp/otel

Version:
3 lines (2 loc) 311 B
import type { DecoratorExecutorParam, DecoratorTraceDataResp, TraceDecoratorOptions } from './trace.service/index.trace.service.js'; export declare function processDecoratorBeforeAfterSync(type: 'before' | 'after' | 'afterThrow', options: DecoratorExecutorParam<TraceDecoratorOptions>): DecoratorTraceDataResp;