Skip to main content
Go to Latest
type alias ManifestEventSubscriptionsSchema
import { type ManifestEventSubscriptionsSchema } from "https://deno.land/x/deno_slack_sdk@2.0.2/manifest/manifest_schema.ts";
definition: { request_url?: string; user_events?: string[]; bot_events?: string[]; metadata_subscriptions?: [{ app_id: string; event_type: string; }, ...{ app_id: string; event_type: string; }[]]; }