Skip to main content
Module

x/slack_web_api_client/mod.ts>AuthTestResponse

Streamlined Slack Web API client for TypeScript
Go to Latest
type alias AuthTestResponse
Re-export
import { type AuthTestResponse } from "https://deno.land/x/slack_web_api_client@0.2.9/mod.ts";
definition: SlackAPIResponse & { app_id?: string; app_name?: string; bot_id?: string; enterprise_id?: string; error?: string; is_enterprise_install?: boolean; needed?: string; ok: boolean; provided?: string; team?: string; team_id?: string; url?: string; user?: string; user_id?: string; }