Skip to main content
Module

x/slack_bolt/mod.ts>BasicSlackEvent

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
interface BasicSlackEvent
Re-export
import { type BasicSlackEvent } from "https://deno.land/x/slack_bolt@1.0.0/mod.ts";

Any event in Slack's Events API

This type is used to represent events that aren't known ahead of time. Each of the known event types also implement this interface. That condition isn't enforced, since we're not interested in factoring out common properties from the known event types.

Type Parameters

optional
Type extends string = string