Go to Latest
type alias TeamExternalTeamsListResponse
import { type TeamExternalTeamsListResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.13.1/client/generated-response/TeamExternalTeamsListResponse.ts";
definition: SlackAPIResponse & { error?: string; needed?: string; ok: boolean; organizations?: Organization[]; provided?: string; response_metadata?: ResponseMetadata; total_count?: number; }