Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias ManifestDisplayInformationSchema
import { type ManifestDisplayInformationSchema } from "https://deno.land/x/deno_slack_sdk@2.13.0/manifest/manifest_schema.ts";
definition: { name: string; description?: string; background_color?: string; long_description?: string; }