Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_slack_sdk/manifest/manifest_schema.ts>ManifestOauthConfigSchema

SDK for building Run on Slack apps using Deno
Latest
type alias ManifestOauthConfigSchema
import { type ManifestOauthConfigSchema } from "https://deno.land/x/deno_slack_sdk@2.13.0/manifest/manifest_schema.ts";
definition: { scopes: { bot?: string[]; user?: string[]; }; redirect_urls?: string[]; token_management_enabled?: boolean; }