MCPcopy Create free account
hub / github.com/Codennnn/Apifox-UI / NonArrayParameter

Interface NonArrayParameter

src/types.ts:31–34  ·  view source on GitHub ↗

请求参数信息(非数组类型)。

Source from the content-addressed store, hash-verified

29
30/** 请求参数信息(非数组类型)。 */
31interface NonArrayParameter extends ParameterBase {
32 type: Exclude<ParamType, ParamType.Array>
33 example?: string
34}
35
36/** 请求参数信息(数组类型)。 */
37interface ArrayParameter extends ParameterBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected