type alias ManifestBotUserSchemaimport { type ManifestBotUserSchema } from "https://deno.land/x/deno_slack_sdk@1.0.0/manifest/manifest_schema.ts"; definition: { display_name: string; always_online?: boolean; }