MCPcopy Create free account
hub / github.com/bernaferrari/FigmaToCode / Message

Interface Message

packages/types/src/types.ts:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54export type Warnings = Set<Warning>;
55
56export interface Message {
57 type: string;
58}
59export interface UIMessage {
60 pluginMessage: Message;
61}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected