MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / Block

Interface Block

packages/types/src/slack/Block.ts:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Element, Text2, Field } from './slackMessageEventInterface';
2
3export interface Block {
4 type: string;
5 block_id: string;
6 elements: Element[];
7 text: Text2;
8 fields: Field[];
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected