ParameterType type
定义 ParameterType 的值。
KnownParameterType 可与 ParameterType 互换使用,此枚举包含服务支持的已知值。
服务支持的已知值
数组:参数接受值数组。
布尔:参数接受布尔值。
整数:参数接受整数值。
数字:参数接受数字值。
对象:参数接受对象值。
字符串:参数接受字符串值。
type ParameterType = string