Skip to main content

@slack/web-api / SlackListsCreateResponse

Type Alias: SlackListsCreateResponse

type SlackListsCreateResponse = WebAPICallResult & object;

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

Type Declaration

error?

optional error?: string;

list_id?

optional list_id?: string;

list_metadata?

optional list_metadata?: ListMetadata;

needed?

optional needed?: string;

ok?

optional ok?: boolean;

provided?

optional provided?: string;

warning?

optional warning?: string;