MCPcopy
hub / github.com/openai/plugins / RicosNode

Interface RicosNode

plugins/wix/skills/wix-headless/shared-utilities/ricos.ts:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43interface RicosNode {
44 type?: string;
45 nodes?: RicosNode[];
46 textData?: RicosTextData;
47 headingData?: { level?: number };
48 [key: string]: unknown;
49}
50
51interface RicosDocument {
52 nodes?: RicosNode[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected