Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
export
type
Warnings = Set<Warning>;
55
56
export
interface
Message {
57
type
: string;
58
}
59
export
interface
UIMessage {
60
pluginMessage: Message;
61
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected