Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] expose block types #88

Open
eikooc opened this issue Nov 27, 2023 · 0 comments
Open

[FEATURE] expose block types #88

eikooc opened this issue Nov 27, 2023 · 0 comments
Labels
enhancement New feature or request major This PR requires a major version bump

Comments

@eikooc
Copy link

eikooc commented Nov 27, 2023

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.

@filmaj filmaj added enhancement New feature or request major This PR requires a major version bump labels Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request major This PR requires a major version bump
Projects
None yet
Development

No branches or pull requests

2 participants