UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 238 B
import { type ChannelIntegrationRecorder } from './channel-integration-recorder'; export declare function recordAdapterCalls(platform: string, adapter: unknown, recorder?: ChannelIntegrationRecorder, methodsToRecord?: string[]): unknown;