Module

x/slack_web_api_client/index.ts>CanvasesAccessSetResponse

Streamlined Slack Web API client for TypeScript
Go to Latest
type alias CanvasesAccessSetResponse
import { type CanvasesAccessSetResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.13.1/index.ts";
definition: SlackAPIResponse & { error?: string; failed_to_update_channel_ids?: string[]; failed_to_update_user_ids?: string[]; needed?: string; ok: boolean; provided?: string; response_metadata?: ResponseMetadata; }
definition: SlackAPIResponse & { error?: string; failed_to_update_channel_ids?: string[]; failed_to_update_user_ids?: string[]; needed?: string; ok: boolean; provided?: string; response_metadata?: ResponseMetadata; }
import CanvasesAccessSetResponse
import { CanvasesAccessSetResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.13.1/index.ts";