UNPKG

n8n

Version:

n8n Workflow Automation Tool

4 lines (3 loc) 209 B
import type { OtelConfig } from '../../../../modules/otel/otel.config'; export type OtelSettingsResponse = OtelConfig; export declare function toOtelSettingsResponse(config: OtelConfig): OtelSettingsResponse;