Module

x/slack_web_api_client/mod.ts>AuthTestResponse

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