-
Notifications
You must be signed in to change notification settings - Fork 17
[FEATURE] expose block types #88
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestsemver:majorThis PR requires a major version bumpThis PR requires a major version bump
Description
I'd like to have the block types exposed just like the NPM module:
For example with the nodejs module:
import type {
ContextBlock,
DividerBlock,
HeaderBlock,
SectionBlock,
} from 'npm:@slack/bolt@3.13.1'I don't think the types are exposed in the deno module
Description of the problem being solved
Types for creating a chat request exposed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestsemver:majorThis PR requires a major version bumpThis PR requires a major version bump