Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/slack_web_api_client/client/generated-response/index.ts>FilesUploadResponse

Streamlined Slack Web API client for TypeScript
Go to Latest
type alias FilesUploadResponse
import { type FilesUploadResponse } from "https://deno.land/x/slack_web_api_client@0.7.2/client/generated-response/index.ts";
definition: SlackAPIResponse & { error?: string; file?: File; needed?: string; ok: boolean; provided?: string; }