UNPKG

@mbakgun/n8n-nodes-slack-socket-mode

Version:

Slack Socket Mode Node for n8n that allows you to use +100 Slack events in your n8n instance with proxy mode

4 lines 308 B
import type { AxiosInstance, AxiosResponse } from 'axios'; import type { RespondArguments } from '../types'; export declare function createRespond(axiosInstance: AxiosInstance, responseUrl: string): (response: string | RespondArguments) => Promise<AxiosResponse>; //# sourceMappingURL=create-respond.d.ts.map