MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / ValueModel

Interface ValueModel

src/pages/components/ScriptStorage/index.tsx:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12const FormItem = Form.Item;
13
14interface ValueModel {
15 key: string;
16 value: any;
17}
18
19const ScriptStorage: React.FC<{
20 script?: Script;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected