MCPcopy
hub / github.com/OpenWebGAL/WebGAL / IConfigItem

Interface IConfigItem

packages/parser/src/configParser/configParser.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 value: string | number | boolean;
6}
7interface IConfigItem {
8 command: string;
9 args: string[];
10 options: IOptionItem[];
11}
12
13export type WebgalConfig = IConfigItem[];
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected