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

Interface Channel

packages/types/src/slack/slackSearchInterface.ts:19–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19export interface Channel {
20 id: string;
21 is_channel: boolean;
22 is_group: boolean;
23 is_im: boolean;
24 name: string;
25 is_shared: boolean;
26 is_org_shared: boolean;
27 is_ext_shared: boolean;
28 is_private: boolean;
29 is_mpim: boolean;
30 pending_shared: any[];
31 is_pending_ext_shared: boolean;
32 user: string;
33}
34
35export interface Style {
36 bold: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected