UNPKG

togezr

Version:

Better together_

4 lines 241 B
import { WebClient } from '@slack/web-api'; export declare const getSlackAPI: (accountName: string) => Promise<WebClient>; export declare const getSlackAPIByToken: (token: string) => Promise<WebClient>; //# sourceMappingURL=slackAPI.d.ts.map