@slack/web-api / SlackListsDownloadGetResponse
Type Alias: SlackListsDownloadGetResponse
type SlackListsDownloadGetResponse = WebAPICallResult & object;
Defined in: src/types/response/SlackListsDownloadGetResponse.ts:3
Type Declaration
download_url?
optional download_url: string;
error?
optional error: string;
needed?
optional needed: string;
ok?
optional ok: boolean;
provided?
optional provided: string;
status?
optional status: string;