Module

x/slack_web_api_client/index.ts>FilesListResponse

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