deno-slack-api icon indicating copy to clipboard operation
deno-slack-api copied to clipboard

[FEATURE] expose block types

Open eikooc opened this issue 2 years ago • 0 comments

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/[email protected]'

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.

eikooc avatar Nov 27 '23 13:11 eikooc