Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias FilesUploadV2Response
import { type FilesUploadV2Response } from "https://deno.land/x/slack_web_api_client@0.11.0/client/custom-response/FilesUploadV2Response.ts";
definition: SlackAPIResponse & { ok: boolean; error?: string; uploadErrors?: string[]; needed?: string; provided?: string; files?: File[]; }