Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/slack_bolt/src/types/events/base-events.ts>BasicSlackEvent

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
interface BasicSlackEvent
import { type BasicSlackEvent } from "https://deno.land/x/slack_bolt@1.0.0/src/types/events/base-events.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