Skip to main content
Module

x/deno_slack_sdk/manifest/manifest_schema.ts>ManifestAppDirectorySchema

SDK for building Run on Slack apps using Deno
Go to Latest
type alias ManifestAppDirectorySchema
import { type ManifestAppDirectorySchema } from "https://deno.land/x/deno_slack_sdk@2.5.0/manifest/manifest_schema.ts";
definition: { app_directory_categories?: string[]; use_direct_install?: boolean; direct_install_url?: string; installation_landing_page: string; privacy_policy_url: string; support_url: string; support_email: string; supported_languages: [string, ...string[]]; pricing: string; }