@slack/web-api / SlackListsItemsInfoResponse
Type Alias: SlackListsItemsInfoResponse
type SlackListsItemsInfoResponse = WebAPICallResult & object;
Defined in: src/types/response/SlackListsItemsInfoResponse.ts:4
Type Declaration
error?
optional error: string;
list?
optional list: SlackList;
needed?
optional needed: string;
ok?
optional ok: boolean;
provided?
optional provided: string;
record?
optional record: SlackListsItemWithSubscription;
subtasks?
optional subtasks: SlackListsItem[];