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

Interface IOptionItem

packages/parser/src/configParser/configParser.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { argsParser } from '../scriptParser/argsParser';
2
3interface IOptionItem {
4 key: string;
5 value: string | number | boolean;
6}
7interface IConfigItem {
8 command: string;
9 args: string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected