UNPKG

api-simplex-handler

Version:

一个api封装解析器

5 lines 98 B
interface IApiParams { name?:string, type?:"query"|"body"|"path" } export {IApiParams}