@slack/web-api / TeamExternalTeamsListResponse
Type Alias: TeamExternalTeamsListResponse
type TeamExternalTeamsListResponse = WebAPICallResult & object;
Defined in: packages/web-api/src/types/response/TeamExternalTeamsListResponse.ts:11
Type Declaration
error?
optional error?: string;
needed?
optional needed?: string;
ok?
optional ok?: boolean;
organizations?
optional organizations?: Organization[];
provided?
optional provided?: string;
response_metadata?
optional response_metadata?: ResponseMetadata;
total_count?
optional total_count?: number;
warning?
optional warning?: string;