UNPKG

nestjs-slack-webhook

Version:
4 lines (3 loc) 186 B
import { IncomingWebhook } from "@slack/webhook"; import { SlackOptions } from "./slackOptions"; export declare function getSlackClient({ url, ...args }: SlackOptions): IncomingWebhook;