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