UNPKG

@slack/bolt

Version:

A framework for building Slack apps, fast.

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