slackapi / deno-slack-api

Slack API Client for Deno Run on Slack projects
https://api.slack.com/automation
MIT License
36 stars 17 forks source link

[FEATURE] expose block types #88

Open eikooc opened 11 months ago

eikooc commented 11 months ago

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.