参数映射

interface ParamMap {
    name?: string;
    path: string;
    type: string;
}

Properties

Properties

name?: string

参数名称

path: string

参数路径

type: string

参数类型