Skip to main content
Module

x/deno_slack_runtime/types.ts>FunctionInvocationBody

Helper library for running a Run on Slack Deno function
Latest
type alias FunctionInvocationBody
import { type FunctionInvocationBody } from "https://deno.land/x/deno_slack_runtime@1.1.1/types.ts";
definition: { event: { type: EventTypes.FUNCTION_EXECUTED; function: { callback_id: string; }; function_execution_id: string; inputs: FunctionInputValues; bot_access_token: string; }; enterprise_id?: string; }