Skip to main content

@slack/web-api / WorkflowsFeaturedListResponse

Type Alias: WorkflowsFeaturedListResponse

type WorkflowsFeaturedListResponse = WebAPICallResult & object;

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

Type Declaration

error?

optional error?: string;
optional featured_workflows?: FeaturedWorkflow[];

invalid_channel_ids?

optional invalid_channel_ids?: string[];

needed?

optional needed?: string;

ok?

optional ok?: boolean;

provided?

optional provided?: string;

warning?

optional warning?: string;