Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno_slack_sdk/manifest/manifest_schema.ts>ManifestBotUserSchema

SDK for building Run on Slack apps using Deno
Extremely Popular
Go to Latest
type alias ManifestBotUserSchema
import { type ManifestBotUserSchema } from "https://deno.land/x/deno_slack_sdk@2.8.0/manifest/manifest_schema.ts";
definition: { display_name: string; always_online?: boolean; }