Skip to main content
Module

x/slack_web_api_client/client/generated-response/index.ts>TeamInfoResponse

Streamlined Slack Web API client for TypeScript
Latest
type alias TeamInfoResponse
import { type TeamInfoResponse } from "https://deno.land/x/slack_web_api_client@1.1.2/client/generated-response/index.ts";
definition: SlackAPIResponse & { error?: string; needed?: string; ok: boolean; provided?: string; team?: Team; }