Skip to main content
Go to Latest
interface ISlackManifestRunOnSlack
implements ISlackManifestShared
import { type ISlackManifestRunOnSlack } from "https://deno.land/x/deno_slack_sdk@0.1.0/mod.ts";

Slack-hosted app manifest

When runOnSlack = true Corresponds to function_runtime = slack in ManifestSchema.

Properties

optional
runOnSlack: true
optional
features: ISlackManifestRunOnSlackFeaturesSchema
optional
externalAuthProviders: (OAuth2Provider)[]