Skip to main content

@slack/web-api / SlackListsItemsInfoResponse

Type Alias: SlackListsItemsInfoResponse

type SlackListsItemsInfoResponse = WebAPICallResult & object;

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

Type Declaration

error?

optional error?: string;

list?

optional list?: List;

needed?

optional needed?: string;

ok?

optional ok?: boolean;

provided?

optional provided?: string;

record?

optional record?: Record;

response_metadata?

optional response_metadata?: ResponseMetadata;

subtasks?

optional subtasks?: Subtask[];

warning?

optional warning?: string;