Skip to main content
Module

x/slack_web_api_client/index.ts>TeamExternalTeamsListResponse

Streamlined Slack Web API client for TypeScript
Latest
type alias TeamExternalTeamsListResponse
Re-export
import { type TeamExternalTeamsListResponse } from "https://deno.land/x/slack_web_api_client@1.1.2/index.ts";
definition: SlackAPIResponse & { error?: string; needed?: string; ok: boolean; organizations?: Organization[]; provided?: string; response_metadata?: ResponseMetadata; total_count?: number; }
definition: SlackAPIResponse & { error?: string; needed?: string; ok: boolean; organizations?: Organization[]; provided?: string; response_metadata?: ResponseMetadata; total_count?: number; }