MCPcopy Create free account
hub / github.com/MiniMax-AI/OpenRoom / InternalScript

Interface InternalScript

apps/webuiapps/src/lib/cardExtractor.ts:117–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117interface InternalScript {
118 name: string;
119 file: string;
120 scriptName: string;
121 findRegex: string;
122 replaceString: string;
123 disabled: boolean;
124 placement: number[];
125 runOnEdit: boolean;
126 _source: string;
127 type: string;
128 matchedApp: string | string[] | null;
129 regexTags: string[];
130}
131
132// ── Constants ──────────────────────────────────────────────────────
133

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected