Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_slack_sdk/manifest/manifest_schema.ts>ManifestAppHomeSchema

SDK for building Run on Slack apps using Deno
Go to Latest
type alias ManifestAppHomeSchema
import { type ManifestAppHomeSchema } from "https://deno.land/x/deno_slack_sdk@2.4.1/manifest/manifest_schema.ts";
definition: ManifestAppHomeMessagesTabSchema & { home_tab_enabled?: boolean; }