Module

x/slack_web_api_client/mod.ts>OAuthV2AccessResponse

Streamlined Slack Web API client for TypeScript
Latest
type alias OAuthV2AccessResponse
import { type OAuthV2AccessResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/mod.ts";
definition: SlackAPIResponse & { access_token?: string; app_id?: string; authed_user?: AuthedUser; bot_user_id?: string; enterprise?: Enterprise; error?: string; expires_in?: number; incoming_webhook?: IncomingWebhook; is_enterprise_install?: boolean; needed?: string; ok: boolean; provided?: string; refresh_token?: string; scope?: string; team?: Enterprise; token_type?: string; warning?: string; }
definition: SlackAPIResponse & { access_token?: string; app_id?: string; authed_user?: AuthedUser; bot_user_id?: string; enterprise?: Enterprise; error?: string; expires_in?: number; incoming_webhook?: IncomingWebhook; is_enterprise_install?: boolean; needed?: string; ok: boolean; provided?: string; refresh_token?: string; scope?: string; team?: Enterprise; token_type?: string; warning?: string; }
definition: SlackAPIResponse & { access_token?: string; app_id?: string; authed_user?: AuthedUser; bot_user_id?: string; enterprise?: Enterprise; error?: string; expires_in?: number; incoming_webhook?: IncomingWebhook; is_enterprise_install?: boolean; needed?: string; ok: boolean; provided?: string; refresh_token?: string; scope?: string; team?: Enterprise; token_type?: string; warning?: string; }
definition: SlackAPIResponse & { access_token?: string; app_id?: string; authed_user?: AuthedUser; bot_user_id?: string; enterprise?: Enterprise; error?: string; expires_in?: number; incoming_webhook?: IncomingWebhook; is_enterprise_install?: boolean; needed?: string; ok: boolean; provided?: string; refresh_token?: string; scope?: string; team?: Enterprise; token_type?: string; warning?: string; }
import OAuthV2AccessResponse
import { OAuthV2AccessResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/mod.ts";