MCPcopy
hub / github.com/ranuts/document / PluginConfig

Interface PluginConfig

types/editor.d.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface PluginConfig {
2 name: string;
3 url: string;
4 config?: Record<string, any>;
5}
6
7interface DocEditorConfig {
8 document: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected