Skip to main content
Module

x/slack_web_api_client/index.ts>TeamIntegrationLogsResponse

Streamlined Slack Web API client for TypeScript
Go to Latest
type alias TeamIntegrationLogsResponse
Re-export
import { type TeamIntegrationLogsResponse } from "https://deno.land/x/slack_web_api_client@0.5.1/index.ts";
definition: SlackAPIResponse & { error?: string; logs?: Log[]; needed?: string; ok: boolean; paging?: Paging; provided?: string; }
definition: SlackAPIResponse & { error?: string; logs?: Log[]; needed?: string; ok: boolean; paging?: Paging; provided?: string; }