@slack/web-api / SlackListsItemsListResponse
Type Alias: SlackListsItemsListResponse
type SlackListsItemsListResponse = WebAPICallResult & object;
Defined in: src/types/response/SlackListsItemsListResponse.ts:4
Type Declaration
error?
optional error: string;
items?
optional items: SlackListsItem[];
needed?
optional needed: string;
ok?
optional ok: boolean;
provided?
optional provided: string;
response_metadata?
optional response_metadata: object;
response_metadata.next_cursor?
optional next_cursor: string;