Skip to main content
Deno 2 is finally here 🎉️
Learn more
Extremely Popular
Go to Latest
type alias DefineEventSignature
import { type DefineEventSignature } from "https://deno.land/x/deno_slack_sdk@1.1.1/events/types.ts";
definition: { <Def extends CustomEventDefinition>(definition: Def): CustomEvent<Def>; }