type alias FilesRemoteShareResponseimport { type FilesRemoteShareResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.13.1/index.ts"; definition: SlackAPIResponse & { error?: string; file?: File; needed?: string; ok: boolean; provided?: string; }definition: SlackAPIResponse & { error?: string; file?: File; needed?: string; ok: boolean; provided?: string; }import FilesRemoteShareResponseimport { FilesRemoteShareResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.13.1/index.ts";