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

Interface arg

packages/parser/src/interface/sceneInterface.ts:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 * @interface arg
48 */
49export interface arg {
50 key: string; // 参数键
51 value: string | boolean | number; // 参数值
52}
53
54/**
55 * 资源接口

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected