Skip to main content

@slack/web-api / SlackListsDownloadGetResponse

Type Alias: SlackListsDownloadGetResponse

type SlackListsDownloadGetResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/SlackListsDownloadGetResponse.ts:11

Type Declaration

download_url?

optional download_url?: string;

error?

optional error?: string;

needed?

optional needed?: string;

ok?

optional ok?: boolean;

provided?

optional provided?: string;

response_metadata?

optional response_metadata?: ResponseMetadata;

status?

optional status?: string;

warning?

optional warning?: string;