UNPKG

common-core-pkg

Version:

Common package for all the utils

8 lines (7 loc) 168 B
import 'reflect-metadata'; export declare class OpenTelemetryConfigDto { traceUrl: string; appName: string; appVersion: string; deplomentEnv: string; }