MCPcopy
hub / github.com/FormidableLabs/webpack-dashboard / IMessage

Interface IMessage

plugin/index.d.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface IMessage {
2 type: string;
3 value: string | number | { [key: string]: any }
4 error?: boolean;
5}
6
7interface IDashboardOptions {
8 port?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…