Skip to main content

@slack/web-api / AnyBlock

Type Alias: AnyBlock

type AnyBlock = KnownBlock | Block;

Defined in: node_modules/@slack/types/dist/block-kit/blocks.d.ts:26

A helper union type of all known Blocks as well as the generic Block interface. A full list of known blocks is available here: Blocks reference.